Javadoc typo fix

Change-Id: Ie5163be388dddfd0861e4b9db2ce16232243c874
diff --git a/src/main/java/net/onrc/onos/api/batchoperation/BatchOperation.java b/src/main/java/net/onrc/onos/api/batchoperation/BatchOperation.java
index cea0b7e..93e9912 100644
--- a/src/main/java/net/onrc/onos/api/batchoperation/BatchOperation.java
+++ b/src/main/java/net/onrc/onos/api/batchoperation/BatchOperation.java
@@ -39,7 +39,7 @@
     /**
      * Adds an add-operation.
      *
-     * @param intent Intent to be added.
+     * @param target IBatchOperationTarget to be added.
      * @return true if succeeded, false otherwise.
      */
     public boolean addAddOperation(T target) {
@@ -59,7 +59,7 @@
     /**
      * Adds a update-operation.
      *
-     * @param oldtargetId ID of the existing target to be overwritten.
+     * @param oldTargetId ID of the existing target to be overwritten.
      * @param newTarget The new target to be added.
      * @return true if succeeded, false otherwise.
      */