[LIB-4] Transition to typed properties
[hespiff.git] / src / main / java / org / hedgecode / xml / xspf / XSPF.java
index 845c57f..4e39e8d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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 {