Skip to content

Commit

Permalink
i spent way too many hours debugging, and it was a single bool
Browse files Browse the repository at this point in the history
  • Loading branch information
EternalBlueFlame committed Dec 5, 2023
1 parent 52f614b commit 684a2a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ebf/XmlBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public XmlBuilder(String str){
public XmlBuilder updateData(String str){
if(str.hashCode()!=buildString.hashCode()){
buildString=str;
isBuilt=false;
buildXML();
}
return this;
Expand Down

0 comments on commit 684a2a3

Please sign in to comment.