Making TypeName enum public (#235)
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…
Reference in New Issue