(no commit message)
[utils] / security / usermgt / src / test / java / org / wamblee / security / authorization / UrlAuthorizationRuleTest.java
index 335a606e3f83672dc3e331e483f3e78c1f26ef13..766c180a019f2175ed77b205ac2d648f1fc41bfc 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.security.authorization;
 
 import static org.wamblee.security.authorization.AuthorizationResult.*;
@@ -25,14 +25,14 @@ import junit.framework.TestCase;
  * @author Erik Brakkee
  */
 public class UrlAuthorizationRuleTest extends TestCase {
-    
-    private TestUserAccessor userAccessor; 
-    
-    public void setUp() { 
-        userAccessor = new TestUserAccessor(); 
-        
+
+    private TestUserAccessor userAccessor;
+
+    public void setUp() {
+        userAccessor = new TestUserAccessor();
+
     }
-    
+
     /**
      * Constructs the rule with a result of UNDECIDED. Verifies that an
      * IllegalArgumentException is thrown.