From 1cbc6acab2c1bd745649a639db023b0f6c87f821 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Tue, 23 Apr 2024 15:04:43 -0600 Subject: Cleanup BoilSimp -> BoilVisitor --- st/AbstractInstance.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st/AbstractInstance.java') diff --git a/st/AbstractInstance.java b/st/AbstractInstance.java index 4e4287d..6db9d3c 100644 --- a/st/AbstractInstance.java +++ b/st/AbstractInstance.java @@ -18,7 +18,7 @@ public abstract class AbstractInstance { return this.name; } - @Override public boolean equals(AbstractInstance other) { + public boolean equals(AbstractInstance other) { return this.name == other.getName() && this.type == this.type; } -- cgit v1.2.3