Skip to content

Commit 26befe6

Browse files
Add SuppressWarnings to make IntelliJ happy(er)
1 parent b2b16bf commit 26befe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
package net.marcellperger.mathexpr;
22

3+
@SuppressWarnings("unused") // IntelliJ is dumb - it IS used in tests
34
public record ObjStringPair(MathSymbol obj, String str) {
45
}

0 commit comments

Comments
 (0)