Drop explicit jetty-servlets dependency
[aaa.git] / aaa-shiro / impl / src / main / java / org / opendaylight / aaa / impl / shiro / realm / ODLActiveDirectoryRealm.java
index 436c2129454e6f1aab6173608d7ed5429cd80441..df1b6d620429602346a21395f42fc22c4886fb82 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Brocade Communications Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2016, 2017 Brocade Communications Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -29,8 +29,6 @@ import org.slf4j.LoggerFactory;
  *                         "CN=unprivileged,CN=Users,DC=example,DC=com":"unprivileged"
  * ...
  * securityManager.realms = $tokenAuthRealm, $adRealm</code>
- *
- * @author Ryan Goulding (ryandgoulding@gmail.com)
  */
 public class ODLActiveDirectoryRealm extends ActiveDirectoryRealm {