Skip to content

Commit 4336902

Browse files
author
Robert James Oxspring
committed
Removed out-dated comment
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@191034 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3663172 commit 4336902

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/org/apache/commons/cli2/commandline/PropertiesCommandLineTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2004 The Apache Software Foundation
2+
* Copyright 2004-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.
@@ -34,7 +34,6 @@ public class PropertiesCommandLineTest extends CommandLineTestCase {
3434
* @see org.apache.commons.cli2.CommandLineTest#createCommandLine()
3535
*/
3636
protected CommandLine createCommandLine() {
37-
// TODO Auto-generated method stub
3837
props = new Properties();
3938
props.setProperty("--present","present value");
4039
props.setProperty("--alsopresent","");

0 commit comments

Comments
 (0)