You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/12/19 13:42:09 UTC

[6/8] stratos git commit: Update the messaging model util with apache commons isNumber util method

Update the messaging model util with apache commons isNumber util method


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

Branch: refs/heads/master
Commit: 98e5efe7f0a05ff71f2546fda9b5a83a702fbf9a
Parents: 9ddd01c
Author: gayan <ga...@puppet.gayan.org>
Authored: Fri Dec 19 15:56:59 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri Dec 19 18:11:49 2014 +0530

----------------------------------------------------------------------
 .../src/main/java/org/apache/stratos/messaging/util/Util.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/98e5efe7/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Util.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Util.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Util.java
index bae0a35..94e8807 100644
--- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Util.java
+++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Util.java
@@ -23,7 +23,7 @@ import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.stratos.messaging.event.Event;
 import org.apache.stratos.messaging.message.JsonMessage;
-import org.apache.commons.lang3.math.NumberUtils;
+import org.apache.commons.lang.math.NumberUtils;
 
 import java.io.File;
 import java.io.FileInputStream;