Lower case methods
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* This file is part of Applied Energistics 2.
|
||||
* Copyright (c) 2013 - 2014, AlgorithmX2, All rights reserved.
|
||||
* Copyright (c) 2013 - 2015, AlgorithmX2, All rights reserved.
|
||||
*
|
||||
* Applied Energistics 2 is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License as published by
|
||||
@@ -117,7 +117,7 @@ public class SlotCraftingTerm extends AppEngCraftingSlot
|
||||
maxTimesToCraft = 1;
|
||||
}
|
||||
|
||||
maxTimesToCraft = this.CapCraftingAttempts( maxTimesToCraft );
|
||||
maxTimesToCraft = this.capCraftingAttempts( maxTimesToCraft );
|
||||
|
||||
if( ia == null )
|
||||
{
|
||||
@@ -147,7 +147,7 @@ public class SlotCraftingTerm extends AppEngCraftingSlot
|
||||
}
|
||||
}
|
||||
|
||||
protected int CapCraftingAttempts( int maxTimesToCraft )
|
||||
protected int capCraftingAttempts( int maxTimesToCraft )
|
||||
{
|
||||
return maxTimesToCraft;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user