Skip to content

Commit

Permalink
Removed modification of GlueInstruction (toString()).
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Apr 10, 2024
1 parent 528b765 commit 953de94
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* Copyright (c) 2017, 2024, Gluon and/or its affiliates.
* Copyright (c) 2012, 2014, Oracle and/or its affiliates.
* All rights reserved. Use is subject to license terms.
*
Expand Down Expand Up @@ -55,9 +54,5 @@ public String getData() {
return data;
}

@Override
public String toString() {
return "GlueInstruction: %s : %s".formatted(String.valueOf(target), String.valueOf(data));
}

}

0 comments on commit 953de94

Please sign in to comment.