~ubuntu-branches/ubuntu/vivid/herold/vivid

« back to all changes in this revision

Viewing changes to java/org/dbdoclet/option/StringOption.java

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2012-11-07 12:03:06 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20121107120306-tsixuuphck7nd322
Tags: 6.0.2-1
* New upstream. Closes: #691163
* Remove patch applied upstream:
  - debian/patches/fixversion.patch 

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
                hasArgument(true);
8
8
        }
9
9
 
 
10
        public StringOption(String longName) {
 
11
                super(longName);
 
12
                hasArgument(true);
 
13
        }
10
14
        public StringOption(String longName, String shortName) {
11
15
                super(longName, shortName);
12
16
                hasArgument(true);