Skip to content

Commit

Permalink
Fix UnusedPrivateField
Browse files Browse the repository at this point in the history
Signed-off-by: Piotrek Zygielo <piotr@zygielo.pl>
  • Loading branch information
pzygielo authored and markt-asf committed Jul 1, 2020
1 parent 4991f02 commit 4ac933b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion impl/src/main/java/com/sun/el/stream/Optional.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

public class Optional {

private final static Optional EMPTY = new Optional();
private final Object value;

Optional(Object value) {
Expand Down

0 comments on commit 4ac933b

Please sign in to comment.