Skip to content

Commit c542c5f

Browse files
[java/log-levels] Fix breaking change in existing comment (#2333)
* Revert "analyzer-comments/java/log-levels: Updating use substring comment so it tells where to apply substring (#2332)" This reverts commit 7d6cc7b. * Add use_substring_method_v2.md
1 parent 7d6cc7b commit c542c5f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# use substring method
22

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

55
[substring-method]: https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#substring-int-int-
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# use substring method
2+
3+
Consider using the [substring][substring-method] method in `%<inMethod>s` to solve this exercise.
4+
5+
[substring-method]: https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#substring-int-int-

0 commit comments

Comments
 (0)