X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FPost.java;h=334a944aa7d74b1069bbc727820dcd2e09104a36;hb=0acd68634f3e73c62087609c1faa2dfc53da506d;hp=1a294805dec312829ea49623d748875f37bfc946;hpb=39ed514e96c15e07aba9478d3cbf304e5f1fda8f;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/data/Post.java b/src/main/java/net/pterodactylus/sone/data/Post.java index 1a29480..334a944 100644 --- a/src/main/java/net/pterodactylus/sone/data/Post.java +++ b/src/main/java/net/pterodactylus/sone/data/Post.java @@ -1,5 +1,5 @@ /* - * Sone - Post.java - Copyright © 2010 David Roden + * Sone - Post.java - Copyright © 2010–2012 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 @@ -20,7 +20,7 @@ package net.pterodactylus.sone.data; import java.util.Comparator; import java.util.UUID; -import net.pterodactylus.util.filter.Filter; +import net.pterodactylus.util.collection.filter.Filter; /** * A post is a short message that a user writes in his Sone to let other users