Skip to content

Commit ab4bf41

Browse files
Update java/Glacier2/session/server/src/main/java/com/example/glacier2/session/server/SharedPokeBox.java
Co-authored-by: Copilot <[email protected]>
1 parent 95cfba2 commit ab4bf41

File tree

1 file changed

+1
-1
lines changed
  • java/Glacier2/session/server/src/main/java/com/example/glacier2/session/server

1 file changed

+1
-1
lines changed

java/Glacier2/session/server/src/main/java/com/example/glacier2/session/server/SharedPokeBox.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/**
1616
* {@code SharedPokeBox} is an Ice servant that implements Slice interface 'PokeBox'. The same shared servant
17-
* implements all PokeBox objects; this is doable because all the state is stored in the {@link IPokeStore}.
17+
* implements all PokeBox objects; this is doable because all the state is stored in the {@link PokeStore}.
1818
*/
1919
class SharedPokeBox implements PokeBox {
2020
private final PokeStore _pokeStore;

0 commit comments

Comments
 (0)