Update year in copyright lines
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneUri.java
index 6c5bf16..373077f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneUri.java - Copyright © 2013 David Roden
+ * Sone - SoneUri.java - Copyright © 2013–2019 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 
 package net.pterodactylus.sone.core;
 
+import static java.util.logging.Logger.getLogger;
+
 import java.net.MalformedURLException;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 
-import net.pterodactylus.util.logging.Logging;
 import freenet.keys.FreenetURI;
 
 /**
  * Helper class that creates {@link FreenetURI}s for Sone to insert to and
  * request from.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class SoneUri {
 
        /** The logger. */
-       private static final Logger logger = Logging.getLogger(SoneUri.class);
+       private static final Logger logger = getLogger(SoneUri.class.getName());
 
        /**
         * Generate a Sone URI from the given URI.