Hello Tom!

Shall we create the common class to make this a little more concrete?

        /Linus

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: den 29 november 2006 20:28
> To: [EMAIL PROTECTED]
> Subject: svn commit: r11542 -
> trunk/src_new/org/argouml/application/Main.java
> 
> Author: tfmorris
> Date: 2006-11-29 11:27:50-0800
> New Revision: 11542
> 
> Modified:
>    trunk/src_new/org/argouml/application/Main.java
> 
> Log:
> Add class description.
> 
> Also add warning to discourage developers from putting new
functionality
> here.
> 
> Modified: trunk/src_new/org/argouml/application/Main.java
> Url:
>
http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argoum
l/
>
application/Main.java?view=diff&rev=11542&p1=trunk/src_new/org/argouml/a
pp
>
lication/Main.java&p2=trunk/src_new/org/argouml/application/Main.java&r1
=1
> 1541&r2=11542
>
========================================================================
==
> ====
> --- trunk/src_new/org/argouml/application/Main.java   (original)
> +++ trunk/src_new/org/argouml/application/Main.java   2006-11-29
11:27:50-
> 0800
> @@ -75,7 +75,13 @@
>  import org.tigris.gef.util.Util;
> 
>  /**
> - * Here it all starts...
> + * This is the main class for two of the types of ArgoUML application
> invocation:
> + * non-GUI command line and Swing GUI.<p>
> + *
> + * NOTE: Functionality which should be common to all types of
application
> + * invocation (e.g. extension modules to be loaded) should added to
some
> + * common class and <b>not</b> here.  Adding things here will cause
> behavior
> + * to diverge for other application invocation types (e.g.
ArgoEclipse).
>   *
>   */
>  public class Main {
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to