Skip to content

Commit

Permalink
Javadoc: fix unclosed <code>
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T authored and akurtakov committed Nov 28, 2023
1 parent 0582356 commit 994cd21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public interface ExtendedLogService extends LogService, Logger {

/**
* Returns the <code>Logger<code> object associated with this logger name for the bundle that retrieved this log service.
* Returns the <code>Logger</code> object associated with this logger name for the bundle that retrieved this log service.
* If loggerName is null the default <code>Logger</code> for this bundle is returned.
*
* @param loggerName The logger name.
Expand Down

0 comments on commit 994cd21

Please sign in to comment.