diff --git a/core/src/main/java/org/stellar/anchor/util/NetUtil.java b/core/src/main/java/org/stellar/anchor/util/NetUtil.java index fa03e2771e..e8c3545146 100644 --- a/core/src/main/java/org/stellar/anchor/util/NetUtil.java +++ b/core/src/main/java/org/stellar/anchor/util/NetUtil.java @@ -40,7 +40,6 @@ public static String fetch(String url) throws IOException { } return response.body().string(); - } @SuppressWarnings("BooleanMethodIsAlwaysInverted") diff --git a/core/src/main/java/org/stellar/anchor/util/Sep1Helper.java b/core/src/main/java/org/stellar/anchor/util/Sep1Helper.java index e42b74349b..9aca02d869 100644 --- a/core/src/main/java/org/stellar/anchor/util/Sep1Helper.java +++ b/core/src/main/java/org/stellar/anchor/util/Sep1Helper.java @@ -28,7 +28,6 @@ public static TomlContent parse(String tomlString) throws InvalidConfigException Log.error(e.toString()); // Log the parsing exception throw new InvalidConfigException( obfuscatedMessage); // Preserve the original exception as the cause - } }