Author: lindner
Date: Thu Sep  3 17:20:31 2009
New Revision: 811042

URL: http://svn.apache.org/viewvc?rev=811042&view=rev
Log:
remove unnecessary semicolons

Modified:
    
incubator/shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AuthenticationMode.java

Modified: 
incubator/shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AuthenticationMode.java
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AuthenticationMode.java?rev=811042&r1=811041&r2=811042&view=diff
==============================================================================
--- 
incubator/shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AuthenticationMode.java
 (original)
+++ 
incubator/shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AuthenticationMode.java
 Thu Sep  3 17:20:31 2009
@@ -48,5 +48,5 @@
   /**
    * The request is from a logged in user of the receiving domain
    */
-  COOKIE;
+  COOKIE
 }


Reply via email to