Expose Link class.
[Sone.git] / src / main / java / net / pterodactylus / sone / template / CollectionAccessor.java
index afa22ec..e6b1dfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - CollectionAccessor.java - Copyright © 2010–2012 David Roden
+ * Sone - CollectionAccessor.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
@@ -40,9 +40,6 @@ import net.pterodactylus.util.template.TemplateContext;
  */
 public class CollectionAccessor extends ReflectionAccessor {
 
-       /**
-        * {@inheritDoc}
-        */
        @Override
        public Object get(TemplateContext templateContext, Object object, String member) {
                if (object == null) {