Skip to content

Commit

Permalink
rebased on main
Browse files Browse the repository at this point in the history
  • Loading branch information
reecexlm committed Aug 11, 2023
1 parent 56ece29 commit a622baf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/src/main/java/org/stellar/anchor/util/NetUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public static String fetch(String url) throws IOException {
}

return response.body().string();

}

@SuppressWarnings("BooleanMethodIsAlwaysInverted")
Expand Down
1 change: 0 additions & 1 deletion core/src/main/java/org/stellar/anchor/util/Sep1Helper.java
Original file line number Diff line number Diff line change
Expand Up @@ -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

}
}

Expand Down

0 comments on commit a622baf

Please sign in to comment.