apply method parameter naming convetion
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
|
||||
@@ -35,10 +35,10 @@ public class GuiNumberBox extends GuiTextField
|
||||
}
|
||||
|
||||
@Override
|
||||
public void writeText( String p_146191_1_ )
|
||||
public void writeText( String selectedText )
|
||||
{
|
||||
String original = this.getText();
|
||||
super.writeText( p_146191_1_ );
|
||||
super.writeText( selectedText );
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user