File tree 2 files changed +4
-0
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/util
suggester/src/main/java/org/opengrok/suggest/util
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ private ThreadUtil() {
31
31
}
32
32
33
33
/**
34
+ * Retrieve thread ID, preferring the non-deprecated <code>threadId</code> method.
35
+ * This can be replaced with direct call after target Java version is switched to Java 21 or higher.
34
36
* @param thread thread object
35
37
* @return thread id
36
38
*/
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ private ThreadUtil() {
31
31
}
32
32
33
33
/**
34
+ * Retrieve thread ID, preferring the non-deprecated <code>threadId</code> method.
35
+ * This can be replaced with direct call after target Java version is switched to Java 21 or higher.
34
36
* @param thread thread object
35
37
* @return thread id
36
38
*/
You can’t perform that action at this time.
0 commit comments