Making TypeName enum public (#235)

master
Shams Ul Azeem 2020-02-12 15:17:30 +05:00 committed by GitHub
parent f3fa4fd632
commit b941186302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,