Making TypeName enum public (#235)
This commit is contained in:
parent
f3fa4fd632
commit
b941186302
@ -36,7 +36,7 @@ public abstract class PythonType<T> {
|
||||
public abstract T toJava(PythonObject pythonObject) throws PythonException;
|
||||
private final TypeName typeName;
|
||||
|
||||
enum TypeName{
|
||||
public enum TypeName{
|
||||
STR,
|
||||
INT,
|
||||
FLOAT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user