Skip to content

Commit

Permalink
Revert "analyzer-comments/java/log-levels: Updating use substring com…
Browse files Browse the repository at this point in the history
…ment so it tells where to apply substring (exercism#2332)"

This reverts commit 7d6cc7b.
  • Loading branch information
sanderploegsma committed Mar 20, 2024
1 parent 7d6cc7b commit e31402a
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 in `%<inMethod>s` to solve this exercise.
Consider using the [substring][substring-method] method 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 e31402a

Please sign in to comment.