All parameters on one line (for now)

Easier picking of 1.7 changes
This commit is contained in:
yueh
2016-01-01 02:02:05 +01:00
parent e08ab38c52
commit f84b9a7e1d
147 changed files with 840 additions and 1506 deletions
+3 -6
View File
@@ -90,8 +90,7 @@ public class CraftingGridCache implements ICraftingGrid, ICraftingProviderHelper
{
private static final ExecutorService CRAFTING_POOL;
private static final Comparator<ICraftingPatternDetails> COMPARATOR = new Comparator<ICraftingPatternDetails>()
{
private static final Comparator<ICraftingPatternDetails> COMPARATOR = new Comparator<ICraftingPatternDetails>(){
@Override
public int compare( final ICraftingPatternDetails firstDetail, final ICraftingPatternDetails nextDetail )
{
@@ -101,8 +100,7 @@ public class CraftingGridCache implements ICraftingGrid, ICraftingProviderHelper
static
{
final ThreadFactory factory = new ThreadFactory()
{
final ThreadFactory factory = new ThreadFactory(){
@Override
public Thread newThread( final Runnable ar )
@@ -535,8 +533,7 @@ public class CraftingGridCache implements ICraftingGrid, ICraftingProviderHelper
}
}
Collections.sort( validCpusClusters, new Comparator<CraftingCPUCluster>()
{
Collections.sort( validCpusClusters, new Comparator<CraftingCPUCluster>(){
@Override
public int compare( final CraftingCPUCluster firstCluster, final CraftingCPUCluster nextCluster )
{