X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FARK.java;h=6dda31909e6df9c6eb362a14bf5a07f10f1da035;hb=450cca137543c1d8adfdca98b410dfefeb6256cf;hp=6fc3da9d22ad7252d8a02b4e0d9f9f515f0c8a39;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ARK.java b/src/net/pterodactylus/fcp/ARK.java index 6fc3da9..6dda319 100644 --- a/src/net/pterodactylus/fcp/ARK.java +++ b/src/net/pterodactylus/fcp/ARK.java @@ -23,7 +23,6 @@ package net.pterodactylus.fcp; * Container for ARKs (address resolution keys). * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class ARK { @@ -98,4 +97,4 @@ public class ARK { return number; } -} \ No newline at end of file +}