Class Deauthorize

java.lang.Object
org.apache.creadur.tentacles.Deauthorize

public class Deauthorize extends Object
Little utility that will yank the author comments from java files. If the resulting comment block is effectively empty, it will be yanked too.
  • Constructor Details

    • Deauthorize

      public Deauthorize()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      All input must be valid directories. Invalid input is logged to System.err and skipped
      Parameters:
      args - a list of directories to scan and fix
      Throws:
      Exception - in case of errors.