Skip to content

Commit 3b8f808

Browse files
ronshapironick-someone
authored andcommitted
Fix invalid Javadoc (all @link references use their erasure types)
RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=303599605
1 parent 6d44932 commit 3b8f808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/com/google/common/flogger/LogSites.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static LogSite callerOf(Class<?> loggingApi) {
9696
* }</pre>
9797
* <p>
9898
* 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
99+
* calling code, you should consider using {@link #callerOf(Class)} for simple logging
100100
* utilities.
101101
* <p>
102102
* It is very important to note that this method can be very slow, since determining the log site

0 commit comments

Comments
 (0)