Skip to content

Commit

Permalink
WW-4058
Browse files Browse the repository at this point in the history
- use remove rather than set(null) for cleanup

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1475841 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rgielen committed Apr 25, 2013
1 parent e2c26e3 commit b9636fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static Container get() {
}

public static void clear() {
ContainerHolder.instance.set(null);
ContainerHolder.instance.remove();
}

}

0 comments on commit b9636fd

Please sign in to comment.