Author: eworley
Date: Tue Nov 27 23:50:06 2007
New Revision: 598891

URL: http://svn.apache.org/viewvc?rev=598891&view=rev
Log:
Private constructor for enum

Modified:
    
incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/ProgrammingLanguage.java

Modified: 
incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/ProgrammingLanguage.java
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/ProgrammingLanguage.java?rev=598891&r1=598890&r2=598891&view=diff
==============================================================================
--- 
incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/ProgrammingLanguage.java
 (original)
+++ 
incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/ProgrammingLanguage.java
 Tue Nov 27 23:50:06 2007
@@ -8,7 +8,7 @@
 
     private String classFileExtension;
 
-    ProgrammingLanguage(String classFileExtension)
+    private ProgrammingLanguage(String classFileExtension)
     {
         this.classFileExtension = classFileExtension;
     }


Reply via email to