Author: roxspring
Date: Thu Jun 16 16:40:58 2005
New Revision: 191034
URL: http://svn.apache.org/viewcvs?rev=191034&view=rev
Log:
Removed out-dated comment
Modified:
jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/commandline/PropertiesCommandLineTest.java
Modified:
jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/commandline/PropertiesCommandLineTest.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/commandline/PropertiesCommandLineTest.java?rev=191034&r1=191033&r2=191034&view=diff
==============================================================================
---
jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/commandline/PropertiesCommandLineTest.java
(original)
+++
jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/commandline/PropertiesCommandLineTest.java
Thu Jun 16 16:40:58 2005
@@ -1,5 +1,5 @@
/**
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2004-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.
@@ -34,7 +34,6 @@
* @see org.apache.commons.cli2.CommandLineTest#createCommandLine()
*/
protected CommandLine createCommandLine() {
- // TODO Auto-generated method stub
props = new Properties();
props.setProperty("--present","present value");
props.setProperty("--alsopresent","");
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]