Skip to content

Commit 307cadf

Browse files
authored
Forgot imports... woops
silly woopsie
1 parent 54861f2 commit 307cadf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tool/formula/src/main/java/org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
import java.io.IOException;
2727
import java.util.*;
28+
import java.util.regex.Matcher;
29+
import java.util.regex.Pattern;
2830

2931
import org.openscience.cdk.CDKConstants;
3032
import org.openscience.cdk.config.AtomTypeFactory;

0 commit comments

Comments
 (0)