You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/04/26 03:47:25 UTC

svn commit: r397045 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/JexlContext.java

Author: dion
Date: Tue Apr 25 18:47:15 2006
New Revision: 397045

URL: http://svn.apache.org/viewcvs?rev=397045&view=rev
Log:
Checkstyle

Modified:
    jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/JexlContext.java

Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/JexlContext.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/JexlContext.java?rev=397045&r1=397044&r2=397045&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/JexlContext.java (original)
+++ jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/JexlContext.java Tue Apr 25 18:47:15 2006
@@ -1,6 +1,6 @@
 /*
  * Copyright 2002,2004 The Apache Software Foundation.
- * 
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -24,15 +24,15 @@
  *  @author <a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a>
  *  @version $Id$
  */
-public interface JexlContext
-{
+public interface JexlContext {
     /**
      * Replaces variables in a JexlContext with the variables contained
      * in the supplied Map.  When setVars() is called on a JexlContext,
      * it clears the current Map and puts each entry of the
      * supplied Map into the current variable Map. 
      * 
-     * @param vars Contents of vars will be replaced with the content of this Map
+     * @param vars Contents of vars will be replaced with the content 
+     *      of this Map
      */
     void setVars(Map vars);
     



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org