Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: display top paths/resources in analytics
  • Loading branch information
aelamrani authored and brasseld committed Jul 5, 2018
1 parent faea79e commit 9f95d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/gravitee/common/node/Node.java
Expand Up @@ -23,7 +23,7 @@
*/
public interface Node extends LifecycleComponent<Node> {

String ID = UUID.random().toString();
String ID = UUID.toString(UUID.random());

/**
* Returns the node name.
Expand Down

0 comments on commit 9f95d49

Please sign in to comment.