Commit 1e1295c7 authored by chiaming2000's avatar chiaming2000
Browse files

Update API Javadoc.

parent d4a72721
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -504,8 +504,13 @@ public interface KineticClient extends GenericKineticClient {

    /**
     * Create a new instance of <code>BatchOperation</code> object.
     * <p>
     * Please note that this API is only supported by the simulator and Drive
     * that implement Kinetic protocol 3.0.6 and later.
     * 
     * @return a new instance of <code>BatchOperation</code> object.
     * 
     * @since protocol version 3.0.6
     */
    public BatchOperation createBatchOperation() throws KineticException;;