Skip to content

Commit 3c1a1a0

Browse files
committed
#6 Fixed misspelled sentence in FactoryLoader.
1 parent 2507de4 commit 3c1a1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/main/java/science/aist/seshat/FactoryLoader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ private FactoryLoader() {
3030
* Uses the {@link ServiceLoader} to load a {@link LoggerFactory} instance. If {@link ServiceLoader} does not return
3131
* any instances, the {@link DefaultLoggerFactory} is used. If {@link ServiceLoader} finds multiple {@link LoggerFactory}
3232
* instances the first instance ({@link ServiceLoader#findFirst()} will be used. Note: The instance of the
33-
* {@link LoggerFactory} that is received will be cached inside this class, and on further class this cached instance
34-
* will be used.
33+
* {@link LoggerFactory} that is received will be cached inside this class, and on further usage this cached
34+
* instance is used.
3535
*
3636
* @return the logger factory instance
3737
*/

0 commit comments

Comments
 (0)