All parameters on one line (for now)
Easier picking of 1.7 changes
This commit is contained in:
@@ -118,10 +118,6 @@ public abstract class BaseVersion implements Version
|
||||
@Override
|
||||
public final String toString()
|
||||
{
|
||||
return "Version{" +
|
||||
"revision=" + this.revision +
|
||||
", channel=" + this.channel +
|
||||
", build=" + this.build +
|
||||
'}';
|
||||
return "Version{" + "revision=" + this.revision + ", channel=" + this.channel + ", build=" + this.build + '}';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,5 @@ package appeng.services.version;
|
||||
*/
|
||||
public enum Channel
|
||||
{
|
||||
Alpha,
|
||||
Beta,
|
||||
Stable
|
||||
Alpha, Beta, Stable
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user