Skip to content

Commit

Permalink
Merge pull request BetonQuest#3081 from Wolf2323/javadocs
Browse files Browse the repository at this point in the history
fixed maven site not working anymore caused by javadoc errors
  • Loading branch information
Wolf2323 authored Dec 24, 2024
2 parents 35f3407 + ee1b9a8 commit bfde223
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 @@ -30,7 +30,7 @@
import static org.mockito.Mockito.*;

/**
* Tests if starting & stopping EventScheduling works reliable and if loading Schedules works as intended.
* Tests if starting and stopping EventScheduling works reliable and if loading Schedules works as intended.
*/
@ExtendWith(MockitoExtension.class)
class EventSchedulingTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import static org.mockito.Mockito.*;

/**
* Test that the LastExecutionCache is properly loading & saving to cache file.
* Test that the LastExecutionCache is properly loading and saving to cache file.
*/
@ExtendWith(MockitoExtension.class)
class LastExecutionCacheTest {
Expand Down

0 comments on commit bfde223

Please sign in to comment.