[LIB-4] Transition to typed properties
[hespiff.git] / src / main / java / org / hedgecode / xml / xspf / XSPF.java
index 6da9754..4e39e8d 100644 (file)
@@ -117,7 +117,7 @@ public final class XSPF {
     }
 
     public static void setProperty(String name, Object value) {
-        Properties.setProperty(name, value);
+        XSPFProperties.setProperty(name, value);
     }
 
     public static int validate(File inputFile) throws JAXBException {