java-getopt icon indicating copy to clipboard operation
java-getopt copied to clipboard

Added package name to GetoptDemo.java

Open kevin-canadian opened this issue 12 years ago • 0 comments

The package name has been added to GetoptDemo.java, to adhere to the Java Language Specification recommendations. Although the practice is not mandatory, it is the defacto standard. Without this some compilers, IDEs, and other tools (e.g. proguard) may complain that the class name/package and file name/path don't match.

kevin-canadian avatar Sep 05 '13 23:09 kevin-canadian