Skip to content

Commit

Permalink
Fix extra chars in javadoc line
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Dec 6, 2023
1 parent f0eafec commit 50043a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Logging {
* Logs a message.
*
* @param logRecordJson a json serialized LogRecord, as provided by
* {@link com.google.gwt.logging.client.JsonLogRecordClientUtil#logRecordAsJson(java.util.logging.LogRecord)} )}
* {@link com.google.gwt.logging.client.JsonLogRecordClientUtil#logRecordAsJson(java.util.logging.LogRecord)}
* @throws RemoteLoggingException if logging fails
*/
public static void logMessage(String logRecordJson) throws RemoteLoggingException {
Expand Down

0 comments on commit 50043a4

Please sign in to comment.