X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftemplate%2FSubstringFilter.java;h=66c2c3849ee9f46128fee7a96ca73d2a69f7093d;hp=f14d0ffa8da791f0363c703c7b68bd9e1b29e3e5;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=e7550501ed1b8bcb07206a0fb76f07a52c300c6d diff --git a/src/main/java/net/pterodactylus/sone/template/SubstringFilter.java b/src/main/java/net/pterodactylus/sone/template/SubstringFilter.java index f14d0ff..66c2c38 100644 --- a/src/main/java/net/pterodactylus/sone/template/SubstringFilter.java +++ b/src/main/java/net/pterodactylus/sone/template/SubstringFilter.java @@ -28,8 +28,6 @@ import net.pterodactylus.util.template.TemplateContext; * “start” and “length.” “length” is optional and defaults to “the rest of the * string.” “start” starts at {@code 0} and can be negative to denote starting * at the end of the string. - * - * @author David ‘Bombe’ Roden */ public class SubstringFilter implements Filter {