Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project cleanup #2140

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cleanup (2/?)
  • Loading branch information
sgdc3 committed Jun 27, 2020
commit 5271e76b75b56c6aaa2b642fefd1f025a1eff350
3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public class DistributedFilesPersistenceHandlerTest {
/** UUID for which no data is stored (belongs to an existing segment file: seg16-8). */
private static final UUID UNKNOWN_UUID2 = fromString("84d1cc0b-8f12-d04a-e7ba-a067d05cdc39");


@SuppressWarnings("unused")
@InjectDelayed
private DistributedFilesPersistenceHandler persistenceHandler;

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/fr/xephi/authme/settings/SpawnLoaderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@
@RunWith(DelayedInjectionRunner.class)
public class SpawnLoaderTest {

@SuppressWarnings("unused")
@InjectDelayed
private SpawnLoader spawnLoader;

@Mock
private Settings settings;

@SuppressWarnings("unused")
@Mock
private PluginHookService pluginHookService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ public class CommandManagerTest {

@Mock
private BukkitService bukkitService;

@Mock
private GeoIpService geoIpService;
@SuppressWarnings("unused")

@Mock
private SettingsMigrationService settingsMigrationService;

Expand Down