We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cfba2 commit ab4bf41Copy full SHA for ab4bf41
java/Glacier2/session/server/src/main/java/com/example/glacier2/session/server/SharedPokeBox.java
@@ -14,7 +14,7 @@
14
15
/**
16
* {@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}.
+ * implements all PokeBox objects; this is doable because all the state is stored in the {@link PokeStore}.
18
*/
19
class SharedPokeBox implements PokeBox {
20
private final PokeStore _pokeStore;
0 commit comments