We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d44932 commit 3b8f808Copy full SHA for 3b8f808
api/src/main/java/com/google/common/flogger/LogSites.java
@@ -96,7 +96,7 @@ public static LogSite callerOf(Class<?> loggingApi) {
96
* }</pre>
97
* <p>
98
* Because this method adds an additional parameter and exposes a Flogger specific type to the
99
- * calling code, you should consider using {@link #callerOf(Class<?>)} for simple logging
+ * calling code, you should consider using {@link #callerOf(Class)} for simple logging
100
* utilities.
101
102
* It is very important to note that this method can be very slow, since determining the log site
0 commit comments