Skip to content

Commit 42e2b6f

Browse files
author
Stephen Powis
committed
fix improper @ in comment
1 parent bb0e0dc commit 42e2b6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kafka-webview-ui/src/main/java/org/sourcelab/kafka/webview/ui/controller/api/ApiController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ public List<ConfigItem> modifyTopicConfig(
401401
* POST Delete existing topic on cluster.
402402
* This should require ADMIN role.
403403
*
404-
* @TODO explicitly disabled until custom user roles. https://github.com/SourceLabOrg/kafka-webview/issues/157
404+
* @todo explicitly disabled until custom user roles. https://github.com/SourceLabOrg/kafka-webview/issues/157
405405
*/
406406
// @ResponseBody
407407
// @RequestMapping(path = "/cluster/{id}/delete/topic", method = RequestMethod.POST, produces = "application/json")

kafka-webview-ui/src/test/java/org/sourcelab/kafka/webview/ui/controller/api/ApiControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public void test_modifyTopic() throws Exception {
198198

199199
/**
200200
* Test the delete topic end point.
201-
* @TODO explicitly disabled until custom user roles. https://github.com/SourceLabOrg/kafka-webview/issues/157
201+
* @todo explicitly disabled until custom user roles. https://github.com/SourceLabOrg/kafka-webview/issues/157
202202
*/
203203
//@Test
204204
@Transactional

0 commit comments

Comments
 (0)