added public constructor to allow subclassing
This commit is contained in:
parent
3ab98d8b37
commit
1a34a9f7b3
|
@ -22,7 +22,7 @@ public class CleaningFunctions {
|
|||
PID_BLACKLIST.add("na");
|
||||
}
|
||||
|
||||
private CleaningFunctions() {}
|
||||
public CleaningFunctions() {}
|
||||
|
||||
/**
|
||||
* Utility method that filter PID values on a per-type basis.
|
||||
|
|
Loading…
Reference in New Issue