Skip to content

Commit

Permalink
Fixing javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Oct 6, 2023
1 parent ef8b4e9 commit 762319d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public boolean isDeferInitialScan()
*
* <ul>
* <li>{@code true} - to have initial scan deferred until the {@link Server} component
* has reached it's STARTED state.<br/>
* has reached it's STARTED state.<br>
* Note: any failures in a deploy will not fail the Server startup in this mode.</li>
* <li>{@code false} - (default value) to have initial scan occur as normal on
* ScanningAppProvider startup.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ public void doStart() throws Exception
}

/**
* Perform the initial scan of the directories {@link #setScanDirs(List),
* Perform the initial scan of the directories {@link #setScanDirs(List)},
* and start the scan interval schedule.
*/
public void startup()
Expand Down

0 comments on commit 762319d

Please sign in to comment.