Fix typo in javadoc

Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a2a2c7b9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a2a2c7b9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/a2a2c7b9

Branch: refs/heads/master
Commit: a2a2c7b9026779424abded31af3888e54e28ab8f
Parents: e607237
Author: Kenneth Knowles <k...@google.com>
Authored: Thu Mar 17 13:25:38 2016 -0700
Committer: Kenneth Knowles <k...@google.com>
Committed: Thu Mar 17 13:25:38 2016 -0700

----------------------------------------------------------------------
 .../google/cloud/dataflow/examples/complete/game/GameStats.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/a2a2c7b9/java8examples/src/main/java/com/google/cloud/dataflow/examples/complete/game/GameStats.java
----------------------------------------------------------------------
diff --git 
a/java8examples/src/main/java/com/google/cloud/dataflow/examples/complete/game/GameStats.java
 
b/java8examples/src/main/java/com/google/cloud/dataflow/examples/complete/game/GameStats.java
index bc79180..7c67d10 100644
--- 
a/java8examples/src/main/java/com/google/cloud/dataflow/examples/complete/game/GameStats.java
+++ 
b/java8examples/src/main/java/com/google/cloud/dataflow/examples/complete/game/GameStats.java
@@ -75,8 +75,8 @@ import java.util.TimeZone;
  * subsequent fixed windowing. (This could be used to tell us what games are 
giving us greater
  * user retention).
  *
- * <p> Run {@literal 
com.google.cloud.dataflow.examples.complete.game.injector.Injector} to generate
- * pubsub data for this pipeline. The {@literal Injector} documentation 
provides more detail.
+ * <p> Run {@code 
com.google.cloud.dataflow.examples.complete.game.injector.Injector} to generate
+ * pubsub data for this pipeline. The {@code Injector} documentation provides 
more detail.
  *
  * <p> To execute this pipeline using the Dataflow service, specify the 
pipeline configuration
  * like this:

Reply via email to