Changeset 9314


Ignore:
Timestamp:
2005-03-08T11:48:22+13:00 (19 years ago)
Author:
mdewsnip
Message:

Minor changes.

Location:
trunk/gli/src/org/greenstone/gatherer/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/Unzip.java

    r9202 r9314  
    5959    }
    6060
    61     public static final void main(String[] args)
     61    static public void main(String[] args)
    6262    {
    6363    Enumeration entries;
  • trunk/gli/src/org/greenstone/gatherer/util/Zipup.java

    r9181 r9314  
    5454public class Zipup {
    5555
    56     public static void main(String[] args) {
    57 
    58    
     56    static public void main(String[] args)
     57    {
    5958    if (args.length < 3 || args.length > 8) {
    6059        System.err.println("Usage: Zipup gsdlhome collection directory [-accept accept_expression] [-reject reject_expression]");
Note: See TracChangeset for help on using the changeset viewer.