rs-client: rename some methods/fields
This commit is contained in:
@@ -75,7 +75,7 @@ public final class FloorDecoration {
|
||||
String var1;
|
||||
if (var0 instanceof RunException) {
|
||||
RunException var2 = (RunException)var0;
|
||||
var1 = var2.string + " | ";
|
||||
var1 = var2.message + " | ";
|
||||
var0 = var2.throwable;
|
||||
} else {
|
||||
var1 = "";
|
||||
|
||||
Reference in New Issue
Block a user