copyright messages updated in all java filees.
[utils] / security / src / main / java / org / wamblee / usermgt / UserAccessor.java
index d3dd8a9e125d288d4965138417f09479d2ee180c..74ea55c9f41cafc6f31b50c637425920a5ddff07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005 the original author or authors.
+ * Copyright 2005-2010 the original author or authors.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */ 
-
 package org.wamblee.usermgt;
 
 /**
- * Interface for accessing the currently logged in user. 
- *
+ * Interface for accessing the currently logged in user.
+ * 
  * @author Erik Brakkee
  */
 public interface UserAccessor {
     /**
-     * Gets the current user. 
-     * @return Currently logged in user or null if no user is found. 
+     * Gets the current user.
+     * 
+     * @return Currently logged in user or null if no user is found.
      */
-    User getCurrentUser(); 
+    User getCurrentUser();
 }