Skip to content

Commit b834180

Browse files
author
Neil Swainston
committed
Re-made enums public.
1 parent 5d9943b commit b834180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/uk/ac/manchester/libchebi/Relation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class Relation
1616
*
1717
* @author neilswainston
1818
*/
19-
static enum Type
19+
public static enum Type
2020
{
2121
/**
2222
*

src/main/java/uk/ac/manchester/libchebi/Structure.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Structure
1616
*
1717
* @author neilswainston
1818
*/
19-
static enum Type
19+
public static enum Type
2020
{
2121
InChIKey, mol, SMILES
2222
}

0 commit comments

Comments
 (0)