Skip to content

Commit

Permalink
feat: define graph as final
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Jan 16, 2025
1 parent 97d26e1 commit 4316271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@ApplicationScoped
class GraphSupplier implements Supplier<Graph> {

public static Logger LOGGER = Logger.getLogger(GraphSupplier.class.getName());
public static final Logger LOGGER = Logger.getLogger(GraphSupplier.class.getName());

@SuppressWarnings("unchecked")
@Override
Expand Down

0 comments on commit 4316271

Please sign in to comment.