You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jk...@apache.org on 2005/09/03 03:43:38 UTC

svn commit: r267414 - /jakarta/commons/proper/cli/trunk/src/java/org/apache/commons/cli/TypeHandler.java

Author: jkeyes
Date: Fri Sep  2 18:43:32 2005
New Revision: 267414

URL: http://svn.apache.org/viewcvs?rev=267414&view=rev
Log:
- use commons-lang 2.1

Modified:
    jakarta/commons/proper/cli/trunk/src/java/org/apache/commons/cli/TypeHandler.java

Modified: jakarta/commons/proper/cli/trunk/src/java/org/apache/commons/cli/TypeHandler.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/trunk/src/java/org/apache/commons/cli/TypeHandler.java?rev=267414&r1=267413&r2=267414&view=diff
==============================================================================
--- jakarta/commons/proper/cli/trunk/src/java/org/apache/commons/cli/TypeHandler.java (original)
+++ jakarta/commons/proper/cli/trunk/src/java/org/apache/commons/cli/TypeHandler.java Fri Sep  2 18:43:32 2005
@@ -1,5 +1,5 @@
-/**
- * Copyright 1999-2001,2004 The Apache Software Foundation.
+/*
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 
 import java.util.Date;
 
-import org.apache.commons.lang.NumberUtils;
+import org.apache.commons.lang.math.NumberUtils;
 
 /**
   * This is a temporary implementation. TypeHandler will handle the 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org