Skip to content

Commit

Permalink
Remove unused suppress warning token (#2818)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthana authored Aug 13, 2024
1 parent 707447a commit a295222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* This gets all its tests from JavadocCompletionParserTest
* but instead of regular Javadoc, the tests use markdown format
*/
@SuppressWarnings({ "unchecked", "rawtypes" })
@SuppressWarnings({ "unchecked" })
public class MarkdownCompletionParserTest extends AbstractCompletionTest implements JavadocTagConstants {
public static int INLINE_ALL_TAGS_LENGTH = 0;
public static int BLOCK_ALL_TAGS_LENGTH = 0;
Expand Down

0 comments on commit a295222

Please sign in to comment.