Skip to content

Commit

Permalink
Added POST with just a number.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Feb 5, 2015
1 parent 980de94 commit 9c653d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/water/util/Log.java
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@ public static void POST(int n, Exception e) {
POST(n, els[i].toString());
}
}
public static void POST(int n) {
POST(n, "");
}

public static void main(String[]args) {
Log.info("hi");
Expand Down

0 comments on commit 9c653d0

Please sign in to comment.