Skip to content

Commit 18cf799

Browse files
author
John Keyes
committed
- use commons-lang 2.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@267414 13f79535-47bb-0310-9956-ffa450edef68
1 parent cdd9366 commit 18cf799

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/java/org/apache/commons/cli/TypeHandler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/**
2-
* Copyright 1999-2001,2004 The Apache Software Foundation.
1+
/*
2+
* Copyright 1999-2005 The Apache Software Foundation.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222

2323
import java.util.Date;
2424

25-
import org.apache.commons.lang.NumberUtils;
25+
import org.apache.commons.lang.math.NumberUtils;
2626

2727
/**
2828
* This is a temporary implementation. TypeHandler will handle the

0 commit comments

Comments
 (0)