Skip to content

Commit 08ea18e

Browse files
committed
working version
1 parent f291307 commit 08ea18e

File tree

16 files changed

+278
-13
lines changed

16 files changed

+278
-13
lines changed
60.8 KB
Binary file not shown.
0 Bytes
Binary file not shown.
900 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
198 Bytes
Binary file not shown.

.idea/jarRepositories.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 243 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Sat Jul 04 20:51:43 IST 2020
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
13
distributionBase=GRADLE_USER_HOME
24
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6+
zipStoreBase=GRADLE_USER_HOME

src/main/java/com/gb/didgen/BeanDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@Component
1414
public class BeanDefinition {
1515
@Bean
16-
public int generatingNodeId() {
16+
public Integer generatingNodeId() {
1717
int maxNodeVal = (int) Math.pow(2, NODE_ID_BIT_LEN);
1818
int nodeId;
1919
try {

0 commit comments

Comments
 (0)