File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
api/src/main/java/science/aist/seshat Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments