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 0f19b47 commit 3dc27b2Copy full SHA for 3dc27b2
service-stub/README.md
@@ -49,7 +49,7 @@ public interface SentimentAnalysisServer {
49
}
50
```
51
The real sentiment analysis class returns a random response for a given input and simulates the runtime by sleeping
52
-the Thread for 5 seconds. The Supplier<Integer> allows injecting controlled sentiment values during testing, ensuring
+the Thread for 5 seconds. The Supplier\<Integer\> allows injecting controlled sentiment values during testing, ensuring
53
deterministic outputs.
54
```java
55
public class RealSentimentAnalysisServer implements SentimentAnalysisServer {
0 commit comments