Skip to content

Commit

Permalink
JERSEY-3043: javadoc
Browse files Browse the repository at this point in the history
Change-Id: I5af3771419e0f844c78516fe7c3bf708f58e5fb8
  • Loading branch information
pavelbucek committed Oct 3, 2016
1 parent f235f18 commit 7d4c8b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2012-2015 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012-2016 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -76,7 +76,7 @@
* If the {@code @PermitAll} annotation is declared and is not overridden then
* this filter will not be applied.
* <p/>
* If a user is not authenticated and annotated method is restricted for certain roles then a 401
* If a user is not authenticated and annotated method is restricted for certain roles then a 403
* (Not Authenticated) response is returned.
*
* @author Paul Sandoz
Expand Down

0 comments on commit 7d4c8b0

Please sign in to comment.