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 553678e commit d752381Copy full SHA for d752381
docs/source-2.0/languages/java/quickstart.rst
@@ -243,7 +243,7 @@ Smithy Java **requires** that an implementation of a generated operation interfa
243
every operation defined in service model. Let’s add the required implementation:
244
245
.. code-block:: java
246
- :caption: server/src/main/java/io/smithy/java/server/example/GetHoursOperation.java
+ :caption: server/src/main/java/io/smithy/java/server/example/GetHours.java
247
248
final class GetHours implements GetHoursOperation {
249
@Override
0 commit comments