Skip to content

Commit

Permalink
Fix constant declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
vnickolov committed Sep 29, 2023
1 parent 30e219c commit 95d8094
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
import static org.neo4j.procedure.Mode.READ;

public class SccStreamProc {

private static final String ESTIMATE_DESCRIPTION = "Returns an estimation of the memory consumption for that procedure.";


@Context
public GraphDataScience facade;

Expand Down

0 comments on commit 95d8094

Please sign in to comment.