You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2018/04/03 21:05:31 UTC

shiro git commit: Fixing license header on WildcardPermissionResolverTest

Repository: shiro
Updated Branches:
  refs/heads/master ea92a76f6 -> 16d785b38


Fixing license header on WildcardPermissionResolverTest


Project: http://git-wip-us.apache.org/repos/asf/shiro/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/16d785b3
Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/16d785b3
Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/16d785b3

Branch: refs/heads/master
Commit: 16d785b38657b1ce8645b9055f2ec39f56a63bea
Parents: ea92a76
Author: Brian Demers <bd...@apache.org>
Authored: Tue Apr 3 17:05:14 2018 -0400
Committer: Brian Demers <bd...@apache.org>
Committed: Tue Apr 3 17:05:14 2018 -0400

----------------------------------------------------------------------
 .../WildcardPermissionResolverTest.java         | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/16d785b3/core/src/test/java/org/apache/shiro/authz/permission/WildcardPermissionResolverTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/shiro/authz/permission/WildcardPermissionResolverTest.java b/core/src/test/java/org/apache/shiro/authz/permission/WildcardPermissionResolverTest.java
index 551512e..d42ce68 100644
--- a/core/src/test/java/org/apache/shiro/authz/permission/WildcardPermissionResolverTest.java
+++ b/core/src/test/java/org/apache/shiro/authz/permission/WildcardPermissionResolverTest.java
@@ -1,11 +1,27 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, 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.apache.shiro.authz.permission;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 
-import javax.naming.spi.Resolver;
-
 import org.junit.Test;
 
 public class WildcardPermissionResolverTest {