Skip to content

Commit

Permalink
Remove unused private field
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Oct 20, 2024
1 parent 5b468f0 commit 2f7eba3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/glassfish/concurro/ContextServiceImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ public class ContextServiceImpl implements ContextService, Serializable {

final private static String INVALID_PROXY =
"contextObject is not a valid contextual object proxy created with the createContextualProxy method";
final private static String NULL_CONTEXTPROPERTIES =
"contextProperties cannot be null";
final private static String NULL_INSTANCE =
"instance cannot be null";
final private static String NO_INTERFACES =
Expand Down

0 comments on commit 2f7eba3

Please sign in to comment.