Update PropertiesManager.java

This commit is contained in:
Paldiu 2021-02-26 23:35:57 -05:00 committed by GitHub
parent 79f8402405
commit 30f8c558d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ public class PropertiesManager {
properties.setProperty("author", "Predicate<? super T>#0001");
properties.setProperty("version", "1.0.0");
properties.setProperty("encoding", "UTF_8");
properties.setProperty("token", "ODEyMTIxMjQ5NjE0MDA0Mjc0.YC8I2g.VuVXVztfwStfflEtIyx4URBBdyQ");
properties.setProperty("token", "REPLACEME");
return this;
}