Skip to content

Commit daa9c4d

Browse files
committed
fix: Add Communication Module in Java
1 parent 0ca7f5d commit daa9c4d

File tree

75 files changed

+5773
-758
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+5773
-758
lines changed

java/lib/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ dependencies {
3939
implementation 'org.apache.logging.log4j:log4j-core:2.24.2'
4040
implementation 'org.apache.logging.log4j:log4j-api:2.24.2'
4141

42+
//Algorithm
43+
implementation 'com.google.common:google-collect:0.5'
44+
4245
testImplementation libs.junit.jupiter
4346
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4447
}

java/lib/src/main/java/adf_core_python/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package adf_core_python;
22

3-
import adf_core_python.gateway.Gateway;
3+
import adf_core_python.core.gateway.Gateway;
44

55
public class Main {
66
public static void main(String[] args) {

java/lib/src/main/java/adf_core_python/agent/develop/DevelopData.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

java/lib/src/main/java/adf_core_python/agent/precompute/PreData.java

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)