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

Commit c6ac6c3

Browse files
Marek PotociarMichal Gajdos
authored andcommitted
Fixed hot findbugs issue + few other code improvements.
Change-Id: I1643222b4781fb34f94407dae18ee92be18a4f61 Signed-off-by: Marek Potociar <[email protected]>
1 parent f805b28 commit c6ac6c3

File tree

4 files changed

+71
-86
lines changed

4 files changed

+71
-86
lines changed

containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/ServletContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public class ServletContainer extends HttpServlet implements Filter, Container {
158158
private transient Pattern staticContentPattern;
159159
private transient String filterContextPath;
160160

161-
private volatile ContainerLifecycleListener containerListener;
161+
private transient volatile ContainerLifecycleListener containerListener;
162162

163163
/**
164164
* Initiate the Web component.

core-common/src/main/java/org/glassfish/jersey/internal/util/ExtendedLogger.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
*
5353
* @author Marek Potociar (marek.potociar at oracle.com)
5454
*/
55+
@SuppressWarnings("deprecation")
5556
public final class ExtendedLogger {
5657

5758
@SuppressWarnings("NonConstantLogger")

0 commit comments

Comments
 (0)