From: Niels Erik G. Nielsen Date: Fri, 28 Jun 2013 19:33:57 +0000 (-0400) Subject: Javadoc X-Git-Tag: v0.0.7~21 X-Git-Url: http://git.indexdata.com/?p=mkjsf-moved-to-github.git;a=commitdiff_plain;h=0c500bea459cf05157e0f753755466ce1b46604c Javadoc --- diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/BytargetCommand.java b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/BytargetCommand.java index 6fb213e..4ccf8fe 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/BytargetCommand.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/BytargetCommand.java @@ -4,7 +4,7 @@ import com.indexdata.mkjsf.pazpar2.commands.sp.BytargetCommandSp; import com.indexdata.mkjsf.pazpar2.commands.sp.ServiceProxyCommand; /** - * Represents a Pazpar2 bytarget command, can be accessed by pzreq.bytarget + * bytarget Pazpar2 command referenced as: pzreq.bytarget * * @author Niels Erik * diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/InitCommand.java b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/InitCommand.java index 632e139..8743874 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/InitCommand.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/InitCommand.java @@ -6,7 +6,7 @@ import com.indexdata.mkjsf.pazpar2.commands.sp.InitCommandSp; import com.indexdata.mkjsf.pazpar2.commands.sp.ServiceProxyCommand; /** - * Represents a Pazpar2 init command, can be accessed by pzreq.init + * init Pazpar2 command, referenced as: pzreq.init * * @author Niels Erik * diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/Pazpar2Command.java b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/Pazpar2Command.java index d8730b7..82ac066 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/Pazpar2Command.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/Pazpar2Command.java @@ -50,7 +50,7 @@ public abstract class Pazpar2Command implements Serializable { } /** - * Commands must implement this method to provide an completely detached, deep clone of + * Commands must implement this method to provide a completely detached, deep clone of * themselves. * * The clone is needed by the state manager to transfer commands with current setting diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/RecordCommand.java b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/RecordCommand.java index 8991dde..5306819 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/RecordCommand.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/RecordCommand.java @@ -12,7 +12,7 @@ import com.indexdata.mkjsf.pazpar2.data.ResponseDataObject; import com.indexdata.mkjsf.pazpar2.data.ResponseParser; /** - * Represents a Pazpar2 record command, can be accessed by pzreq.record + * record Pazpar2 command, referenced as: pzreq.record * * @author Niels Erik * diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/SearchCommand.java b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/SearchCommand.java index bbfbd62..7d74b6c 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/SearchCommand.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/SearchCommand.java @@ -14,7 +14,7 @@ import com.indexdata.mkjsf.pazpar2.commands.sp.ServiceProxyCommand; import com.indexdata.mkjsf.pazpar2.data.ResponseDataObject; /** - * Represents a Pazpar2 search command, can be accessed by pzreq.search + * search Pazpar2 command, referenced as: pzreq.search * * @author Niels Erik * diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/ShowCommand.java b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/ShowCommand.java index bdb2c44..d290f74 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/ShowCommand.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/ShowCommand.java @@ -5,7 +5,7 @@ import com.indexdata.mkjsf.pazpar2.commands.sp.ShowCommandSp; /** - * Represents a Pazpar2 show command, can be accessed by pzreq.show + * show Pazpar2 command, referenced as: pzreq.show * * @author Niels Erik * diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/StatCommand.java b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/StatCommand.java index 882079b..355c6f2 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/StatCommand.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/StatCommand.java @@ -4,7 +4,7 @@ import com.indexdata.mkjsf.pazpar2.commands.sp.ServiceProxyCommand; import com.indexdata.mkjsf.pazpar2.commands.sp.StatCommandSp; /** - * Represents a Pazpar2 stat command, can be accessed by pzreq.stat + * stat Pazpar2 command, referenced as: pzreq.stat * * @author Niels Erik * diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/TermlistCommand.java b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/TermlistCommand.java index 6f3c662..2064ec2 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/TermlistCommand.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/TermlistCommand.java @@ -3,7 +3,7 @@ package com.indexdata.mkjsf.pazpar2.commands; import com.indexdata.mkjsf.pazpar2.commands.sp.ServiceProxyCommand; /** - * Represents a Pazpar2 termlist command, can be accessed by pzreq.termlist + * termlist Pazpar2 command, referenced as: pzreq.termlist * * @author Niels Erik *