Normalized code formatting.
This commit is contained in:
parent
b1db7c5152
commit
134b11f177
122 changed files with 944 additions and 697 deletions
|
@ -53,8 +53,8 @@ public class DefaultItemFilter implements IItemFilter
|
|||
* filter via it's transfer method.
|
||||
*
|
||||
* @param inputStack
|
||||
* - The stack to transfer
|
||||
*
|
||||
* - The stack to transfer
|
||||
*
|
||||
* @return - The remainder of the stack after it has been absorbed into the
|
||||
* inventory.
|
||||
*/
|
||||
|
|
|
@ -17,7 +17,7 @@ public interface IItemFilter
|
|||
*
|
||||
* @param inputStack
|
||||
* - The stack to filter
|
||||
*
|
||||
*
|
||||
* @return - The remainder of the stack after it has been absorbed into the
|
||||
* inventory.
|
||||
*/
|
||||
|
|
|
@ -163,7 +163,7 @@ public class TestItemFilter implements IItemFilter
|
|||
* filter via it's transfer method.
|
||||
*
|
||||
* @param inputStack
|
||||
* - The stack to transfer
|
||||
* - The stack to transfer
|
||||
* @return - The remainder of the stack after it has been absorbed into the
|
||||
* inventory.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue