User: user57  
  Date: 01/08/31 21:21:25

  Modified:    jboss/etc/.Refactory pretty.settings
  Log:
   o cleaned up tabs, changed generated comments for classes with main
  
  Revision  Changes    Path
  1.3       +6 -10     build/jboss/etc/.Refactory/pretty.settings
  
  Index: pretty.settings
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/etc/.Refactory/pretty.settings,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pretty.settings   2001/08/21 02:33:18     1.2
  +++ pretty.settings   2001/09/01 04:21:25     1.3
  @@ -1,7 +1,3 @@
  -
  -
  -
  -
   #######################################################################
   #  pretty.settings
   #######################################################################
  @@ -155,10 +151,10 @@
   #
   
   #  method.minimum applies to constructors and methods
  -method.minimum=public
  +method.minimum=protected
   
   #  field.minimum applies to fields
  -field.minimum=none
  +field.minimum=protected
   
   #  class.minimum applies to classes and interfaces
   class.minimum=all
  @@ -177,7 +173,7 @@
   javadoc.id.lineup=true
   
   #  How many spaces should javadoc comments be indented?
  -javadoc.indent=2
  +javadoc.indent=1
   
   #  Wordwrap the javadoc comments
   reformat.comments=true
  @@ -252,7 +248,7 @@
   #  Default description of the run method.  {0} is not
   #  applicable, {1} is the name of the class, {2} is 'class'
   #  or 'object' depending on whether it is static or not
  -main.descr=The main program for the {1} {2}
  +main.descr=The main entry-point for the {1} {2}
   
   #  Description of the main arguments
   main.param.descr=The command line arguments
  @@ -288,10 +284,10 @@
   #
   
   #  Here is the order for tags for classes and interfaces
  -class.tags=author
  +class.tags=deprecated,see,author,version
   
   #  Here is the order for tags for methods and constructors
  -method.tags=param,return,exception
  +method.tags=param,return,throws,exception
   
   #  Here is the order for tags for fields
   field.tags=#since
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to