Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 7d4c8b0

Browse files
committed
JERSEY-3043: javadoc
Change-Id: I5af3771419e0f844c78516fe7c3bf708f58e5fb8
1 parent f235f18 commit 7d4c8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-server/src/main/java/org/glassfish/jersey/server/filter/RolesAllowedDynamicFeature.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2012-2015 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2012-2016 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
@@ -76,7 +76,7 @@
7676
* If the {@code @PermitAll} annotation is declared and is not overridden then
7777
* this filter will not be applied.
7878
* <p/>
79-
* If a user is not authenticated and annotated method is restricted for certain roles then a 401
79+
* If a user is not authenticated and annotated method is restricted for certain roles then a 403
8080
* (Not Authenticated) response is returned.
8181
*
8282
* @author Paul Sandoz

0 commit comments

Comments
 (0)