Fix javadoc
Change-Id: I19b57879ccf76c085363b6be53dd0f838f5673bd
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -114,7 +114,7 @@ public interface StorageService { | ... | @@ -114,7 +114,7 @@ public interface StorageService { |
| 114 | /** | 114 | /** |
| 115 | * Returns an instance of {@code Topic} with specified name. | 115 | * Returns an instance of {@code Topic} with specified name. |
| 116 | * | 116 | * |
| 117 | - * @param <E> topic message type | 117 | + * @param <T> topic message type |
| 118 | * @param name topic name | 118 | * @param name topic name |
| 119 | * @param serializer serializer | 119 | * @param serializer serializer |
| 120 | * | 120 | * | ... | ... |
-
Please register or login to post a comment