Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
autoconf-rp-0.1.0
-
None
-
None
Description
Small bug means this this never worked:
private boolean isFactoryConfig(Designate designate) { String factoryPid = designate.getFactoryPid(); return (factoryPid != null || !"".equals(factoryPid)); }