Skip to content

Commit e6ca08f

Browse files
author
John Keyes
committed
Bug 9943 - AlreadySelectedException is now public
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@129795 13f79535-47bb-0310-9956-ffa450edef68
1 parent 16b91ad commit e6ca08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
* @author John Keyes (john @ integralsource.com)
6868
* @version $Revision: 1.4 $
6969
*/
70-
class AlreadySelectedException extends ParseException {
70+
public class AlreadySelectedException extends ParseException {
7171

7272
/** Construct a new Exception with a message
7373
*

0 commit comments

Comments
 (0)