Use Joiner and TO_NICE_NAME to concatenate the Sone names.
[Sone.git] / src / main / java / net / pterodactylus / sone / template / GetPagePlugin.java
index dab01cc..f79b06e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - GetPagePlugin.java - Copyright © 2010–2012 David Roden
+ * Sone - GetPagePlugin.java - Copyright © 2010–2013 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
@@ -32,9 +32,6 @@ import net.pterodactylus.util.web.Request;
  */
 public class GetPagePlugin implements Plugin {
 
-       /**
-        * {@inheritDoc}
-        */
        @Override
        public void execute(TemplateContext templateContext, Map<String, String> parameters) {
                String requestKey = parameters.get("request");