Fix javadoc error.
Change-Id: I98ed05ec5467894345e4f0b07b4d4b46ab55d8f5
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -37,12 +37,12 @@ public class CopycatTransport implements Transport { | ... | @@ -37,12 +37,12 @@ public class CopycatTransport implements Transport { |
| 37 | */ | 37 | */ |
| 38 | public enum Mode { | 38 | public enum Mode { |
| 39 | /** | 39 | /** |
| 40 | - * Signifies transport for client -> server interaction. | 40 | + * Signifies transport for client {@literal ->} server interaction. |
| 41 | */ | 41 | */ |
| 42 | CLIENT, | 42 | CLIENT, |
| 43 | 43 | ||
| 44 | /** | 44 | /** |
| 45 | - * Signified transport for server -> server interaction. | 45 | + * Signified transport for server {@literal ->} server interaction. |
| 46 | */ | 46 | */ |
| 47 | SERVER | 47 | SERVER |
| 48 | } | 48 | } | ... | ... |
-
Please register or login to post a comment