Commit 5743091b authored by chiaming2000's avatar chiaming2000
Browse files

Merge pull request #9 from Seagate/javadoc-minor-changes

Minor typos in javadoc comments
parents 2365bb04 ebf59696
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,9 +59,9 @@ public class Device {
    }
    
    /**
     * Set the vendor specifc device name.
     * Set the vendor specific device name.
     *  
     * @param name the vendor specifc device name.
     * @param name the vendor specific device name.
     */
    
    public void setName (byte[] name) {
+1 −4
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public interface KineticClient extends GenericKineticClient {
	 * successful noop operation returns the round-trip time of the command
	 * invocation in milliseconds.
	 * <p>
	 * Please note that multiple invocations may likely to reflect the average
	 * Please note that multiple invocations may likely reflect the average
	 * response time of the service.
	 * 
	 * @return the round-trip time for the no op command in millisecond.
@@ -416,9 +416,6 @@ public interface KineticClient extends GenericKineticClient {
	 *         <code>maxKeys</code>, then only <code>maxKeys</code> keys will be
	 *         returned.
	 * 
	 * @return an <code>List</code> of keys in the sequence based on the
	 *         specified key range
	 * 
	 * @throws KineticException
	 *             if any internal error occurred.
	 * 
+0 −3
Original line number Diff line number Diff line
@@ -300,9 +300,6 @@ public interface AdvancedKineticClient extends KineticClient {
	 *         <code>maxKeys</code>, then only <code>maxKeys</code> keys will be
	 *         returned.
	 * 
	 * @return an <code>List</code> of keys in the sequence based on the
	 *         specified key range. The keys are sorted in reversed order.
	 * 
	 * @throws KineticException
	 *             if any internal error occurred.
	 * 
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ public class PeerToPeerOperation {
	/**
	 * Get overall status for the P2P operation.
	 * <p>
	 * Each opeartion's status can be obtained with
	 * Each operation's status can be obtained with
	 * {@link Operation#getStatus()} API.
	 * <p>
	 *