You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2009/09/03 19:20:31 UTC

svn commit: r811042 - /incubator/shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AuthenticationMode.java

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
 }