Skip to content

Commit

Permalink
Added command line comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
vldpyatkov committed Feb 25, 2019
1 parent e2ce58d commit 34ee1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/HeapAnalyzer/DumpObj.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static void main(String[] args) throws Exception {
log("Heap loaded. Searching for biggest classes...");

if (cmd.hasOption("oql")) {
log("Waiting to input query.");
log("Waiting to input query (type <quit> for exit or <reset> for restart context).");

try (BufferedReader buffer=new BufferedReader(new InputStreamReader(System.in))) {
String oqlCmd = null;
Expand Down

0 comments on commit 34ee1d0

Please sign in to comment.