X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2Fimpl%2FDefaultPostBuilderFactory.java;h=7066d362b43efe96a18b22d7c48d15f31d241a52;hp=a0617b3549fd1857e9dd86bf1d60a42ebf37e5be;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=419098bcd6215125408b29e60bd888e60979d37b diff --git a/src/main/java/net/pterodactylus/sone/data/impl/DefaultPostBuilderFactory.java b/src/main/java/net/pterodactylus/sone/data/impl/DefaultPostBuilderFactory.java index a0617b3..7066d36 100644 --- a/src/main/java/net/pterodactylus/sone/data/impl/DefaultPostBuilderFactory.java +++ b/src/main/java/net/pterodactylus/sone/data/impl/DefaultPostBuilderFactory.java @@ -1,5 +1,5 @@ /* - * Sone - DefaultPostBuilderFactory.java - Copyright © 2013–2015 David Roden + * Sone - DefaultPostBuilderFactory.java - Copyright © 2013–2016 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 @@ -26,8 +26,6 @@ import com.google.inject.Inject; /** * {@link PostBuilderFactory} implementation that creates * {@link PostBuilderImpl}s. - * - * @author David ‘Bombe’ Roden */ public class DefaultPostBuilderFactory implements PostBuilderFactory {