Skip to content

Commit df3b49b

Browse files
committed
Review fixes
1 parent e8fb5f2 commit df3b49b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

java/IceGrid/query/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ This demo shows how to use the Query object provided by the IceGrid registry to
66

77
- Install IceGrid. See [Ice service installation].
88

9-
## Building the Project
9+
## Building the demo
1010

11-
This project uses Gradle and the [Application plugin]. To build the client and server applications, run:
11+
The demo has two Gradle projects, **client** and **server**, both using the [application plugin].
12+
13+
To build the demo, run:
1214

1315
```shell
1416
./gradlew installDist

java/IceGrid/query/server/src/main/java/com/example/icegrid/query/server/Chatbot.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class Chatbot implements Greeter {
1616
}
1717

1818
// Implements the abstract method 'greet' from the Greeter interface generated by the Slice compiler.
19-
// This variant is the synchronous implementation.
2019
@Override
2120
public String greet(String name, Current current) {
2221
System.out.println("Dispatching greet request { name = '" + name + "' }");

0 commit comments

Comments
 (0)