Skip to content

Commit e34ab4c

Browse files
🔥 Remove file
remove unuseful file
1 parent 3269298 commit e34ab4c

File tree

6 files changed

+1
-1027
lines changed

6 files changed

+1
-1027
lines changed

spring-ai-alibaba-graph/spring-ai-alibaba-graph-core/src/main/java/com/alibaba/cloud/ai/graph/OverAllState.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public void reset() {
3333
}
3434

3535
public Optional<OverAllState> snapShot() {
36-
return Optional
37-
.of(new OverAllState(new HashMap<>(this.data), new HashMap<>(this.keyStrategies), this.resume));
36+
return Optional.of(new OverAllState(new HashMap<>(this.data), new HashMap<>(this.keyStrategies), this.resume));
3837
}
3938

4039
/**

spring-ai-alibaba-graph/spring-ai-alibaba-graph-core/src/test/java/com/alibaba/cloud/ai/graph/StateGraphFileSystemPersistenceTest.java

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

0 commit comments

Comments
 (0)