Skip to Content.
Sympa Menu

notify-dpml - r856 - trunk/main/depot/core/console/src/main/net/dpml/depot

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r856 - trunk/main/depot/core/console/src/main/net/dpml/depot
  • Date: Wed, 4 Jan 2006 21:49:50 +0100

Author: mcconnell
Date: 2006-01-04 21:49:50 +0100 (Wed, 04 Jan 2006)
New Revision: 856

Modified:
trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
Log:
move the internal command enumeration to a private scoped class

Modified: trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
===================================================================
--- trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
2006-01-04 20:46:48 UTC (rev 855)
+++ trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
2006-01-04 20:49:50 UTC (rev 856)
@@ -444,7 +444,7 @@
/**
* Application identifier enumeration.
*/
- public static final class Command extends Enum
+ private static final class Command extends Enum
{
static final long serialVersionUID = 1L;





  • r856 - trunk/main/depot/core/console/src/main/net/dpml/depot, mcconnell at BerliOS, 01/04/2006

Archive powered by MHonArc 2.6.24.

Top of Page