778779780781782783784
public static Entity convertToENTITY(String s) { if ((s == null) || s.equals("")){ return null; } return new Entity(s); }
784785786787788789790
444445446447448449450
return null; //todo Need to fix this // return new Notation(s); } public static Entity convertToENTITY(String s) { return new Entity(s); }
780781782783784785786
426427428429430431432
774775776777778779780
779780781782783784785
815816817818819820821
457458459460461462463