Merge branch 'STORM-1255_port_utils_test_to_java' of 
https://github.com/abellina/storm into STORM-1255

STORM-1255: port storm_utils.clj to java and split Time tests into its


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/bc33bc25
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/bc33bc25
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/bc33bc25

Branch: refs/heads/master
Commit: bc33bc25b2b3da1ed7b0960119167e8421afee49
Parents: 58050a5 0ca49ab
Author: Robert (Bobby) Evans <[email protected]>
Authored: Tue Feb 23 14:08:10 2016 -0600
Committer: Robert (Bobby) Evans <[email protected]>
Committed: Tue Feb 23 14:08:10 2016 -0600

----------------------------------------------------------------------
 .../src/jvm/org/apache/storm/utils/Time.java    |   1 +
 .../src/jvm/org/apache/storm/utils/Utils.java   |  17 +-
 .../test/clj/org/apache/storm/utils_test.clj    | 111 ----------
 .../jvm/org/apache/storm/utils/TimeTest.java    | 112 ++++++++++
 .../jvm/org/apache/storm/utils/UtilsTest.java   | 219 +++++++++++++++++++
 5 files changed, 342 insertions(+), 118 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/bc33bc25/storm-core/src/jvm/org/apache/storm/utils/Utils.java
----------------------------------------------------------------------

Reply via email to