X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdatabase%2Fmemory%2FMemoryPostReply.java;h=e4a8f30d0d51d2c055bf94359337eb7542de2c96;hp=687c28abae98cad1f3ae8204e2552573344b5b0b;hb=faf66247a34f64946990a985d2ea3003465969cb;hpb=fd32e307db87c617a4c455f592b6e649ec50ae8a diff --git a/src/main/java/net/pterodactylus/sone/database/memory/MemoryPostReply.java b/src/main/java/net/pterodactylus/sone/database/memory/MemoryPostReply.java index 687c28a..e4a8f30 100644 --- a/src/main/java/net/pterodactylus/sone/database/memory/MemoryPostReply.java +++ b/src/main/java/net/pterodactylus/sone/database/memory/MemoryPostReply.java @@ -1,5 +1,5 @@ /* - * Sone - MemoryPostReply.java - Copyright © 2013–2016 David Roden + * Sone - MemoryPostReply.java - Copyright © 2013–2020 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 @@ -28,8 +28,6 @@ import com.google.common.base.Optional; /** * Memory-based {@link PostReply} implementation. - * - * @author David ‘Bombe’ Roden */ class MemoryPostReply implements PostReply {