Skip to content

Commit d701a9d

Browse files
committed
updated javadoc
updated javadoc
1 parent 7064292 commit d701a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/jkoolcloud/client/api/model/Trackable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public boolean isValid() {
147147
/**
148148
* Add a list of snapshots
149149
*
150-
* @param props
150+
* @param snapshots
151151
* list of snapshots
152152
* @return self
153153
*/
@@ -159,7 +159,7 @@ public Trackable addSnapshot(List<Snapshot> snapshots) {
159159
/**
160160
* Add a variable set of snapshots
161161
*
162-
* @param props
162+
* @param snapshots
163163
* list of snapshots
164164
* @return self
165165
*/

0 commit comments

Comments
 (0)