Skip to content

Commit

Permalink
comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kssujithcj committed Sep 25, 2019
1 parent 6274e22 commit 51d6918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ public List<Order> getOrders() throws KiteException, JSONException, IOException
return Arrays.asList(gson.fromJson(String.valueOf(response.get("data")), Order[].class));
}

/* Fetches list of gtt existing in an account.
/** Fetches list of gtt existing in an account.
* @return List of GTTs.
* @throws KiteException is thrown for all Kite trade related errors.
* @throws IOException is thrown when there is connection error.
Expand Down

0 comments on commit 51d6918

Please sign in to comment.