X-Git-Url: https://git.hedgecode.org/?p=hespiff.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fhedgecode%2Fxml%2Fxspf%2FXSPF.java;h=4e39e8d07a380ab4afda822a13db9acafc05dd4b;hp=845c57fe031442affdf2fc9cfe4d1e86d2fe7714;hb=d50a7fa6952079a2685cf740cf221b69a4e5fafa;hpb=6310cd885e1db660feb7dc222c2e86cccb5c1fce diff --git a/src/main/java/org/hedgecode/xml/xspf/XSPF.java b/src/main/java/org/hedgecode/xml/xspf/XSPF.java index 845c57f..4e39e8d 100644 --- a/src/main/java/org/hedgecode/xml/xspf/XSPF.java +++ b/src/main/java/org/hedgecode/xml/xspf/XSPF.java @@ -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 {