Skip to content

Commit 4e5351d

Browse files
committed
Fixing the source to reference the correct reference number, ie) CLI-138
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@589175 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7a759b5 commit 4e5351d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/org/apache/commons/cli/bug/BugCLI148Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
import junit.framework.TestCase;
2121

2222
/**
23-
* http://issues.apache.org/jira/browse/CLI-138
23+
* http://issues.apache.org/jira/browse/CLI-148
2424
*
2525
* @author brianegge
2626
*/
27-
public class BugCLI138Test extends TestCase {
27+
public class BugCLI148Test extends TestCase {
2828

2929
public void testWorkaround1() throws Exception
3030
{

0 commit comments

Comments
 (0)