Skip to content

Commit 51d6918

Browse files
committed
comment correction
1 parent 6274e22 commit 51d6918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kiteconnect/src/com/zerodhatech/kiteconnect/KiteConnect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public List<Order> getOrders() throws KiteException, JSONException, IOException
383383
return Arrays.asList(gson.fromJson(String.valueOf(response.get("data")), Order[].class));
384384
}
385385

386-
/* Fetches list of gtt existing in an account.
386+
/** Fetches list of gtt existing in an account.
387387
* @return List of GTTs.
388388
* @throws KiteException is thrown for all Kite trade related errors.
389389
* @throws IOException is thrown when there is connection error.

0 commit comments

Comments
 (0)