(no commit message)
[utils] / security / usermgt / src / main / java / org / wamblee / security / authorization / AnyUserCondition.java
index 88ee8013ce8c83f6e8a8a3637896451f6593e52f..60764c4381e751934ec08fafb8f2dda72e632e1a 100644 (file)
  * 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 javax.persistence.DiscriminatorValue;
 import javax.persistence.Entity;
 
@@ -36,10 +35,10 @@ public class AnyUserCondition extends AbstractUserCondition {
     public AnyUserCondition() {
         // Empty.
     }
-    
+
     @Override
     public void setUserAdmin(UserAdministration aAdmin) {
-        // Empty. Don't need user admin.    
+        // Empty. Don't need user admin.
     }
 
     @Override