rs-client: rename some methods/fields

This commit is contained in:
Lucwousin
2019-07-24 08:44:49 +02:00
parent 4264aeecaf
commit 5dd21dc0de
19 changed files with 81 additions and 67 deletions

View File

@@ -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 = "";