Author: etnu
Date: Fri Jun 27 21:31:59 2008
New Revision: 672461

URL: http://svn.apache.org/viewvc?rev=672461&view=rev
Log:
Fixed bracing of ParameterFetcher to match the rest of the code base.


Modified:
    
incubator/shindig/trunk/java/common/src/main/java/org/apache/shindig/common/servlet/ParameterFetcher.java

Modified: 
incubator/shindig/trunk/java/common/src/main/java/org/apache/shindig/common/servlet/ParameterFetcher.java
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common/src/main/java/org/apache/shindig/common/servlet/ParameterFetcher.java?rev=672461&r1=672460&r2=672461&view=diff
==============================================================================
--- 
incubator/shindig/trunk/java/common/src/main/java/org/apache/shindig/common/servlet/ParameterFetcher.java
 (original)
+++ 
incubator/shindig/trunk/java/common/src/main/java/org/apache/shindig/common/servlet/ParameterFetcher.java
 Fri Jun 27 21:31:59 2008
@@ -27,9 +27,7 @@
  * parameters are passed on to other parts of the container. Using this 
Adapter allows
  * e.g. to pass multiple parameters into the secure token generation methods.
  */
-
-public interface ParameterFetcher
-{
+public interface ParameterFetcher {
     Map<String, String> fetch(HttpServletRequest req);
 }
 


Reply via email to