Skip to content

Commit

Permalink
analyzer-comments/java/log-levels: Updating use substring comment so …
Browse files Browse the repository at this point in the history
…it tells where to apply substring (#2332)
  • Loading branch information
manumafe98 authored Mar 19, 2024
1 parent 930396f commit 7d6cc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer-comments/java/log-levels/use_substring_method.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use substring method

Consider using the [substring][substring-method] method to solve this exercise.
Consider using the [substring][substring-method] method in `%<inMethod>s` to solve this exercise.

[substring-method]: https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#substring-int-int-

0 comments on commit 7d6cc7b

Please sign in to comment.