Skip to content

Commit

Permalink
Re-made enums public.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Swainston committed Jan 20, 2016
1 parent 5d9943b commit b834180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/uk/ac/manchester/libchebi/Relation.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Relation
*
* @author neilswainston
*/
static enum Type
public static enum Type
{
/**
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/uk/ac/manchester/libchebi/Structure.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Structure
*
* @author neilswainston
*/
static enum Type
public static enum Type
{
InChIKey, mol, SMILES
}
Expand Down

0 comments on commit b834180

Please sign in to comment.