From acd98830b74c2a61a36d017602b58ba211c4fe6d Mon Sep 17 00:00:00 2001 From: rcollier Date: Fri, 29 Apr 2011 11:41:12 +0000 Subject: [PATCH] Fixed import linked in javadoc git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12306 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smackx/pubsub/Item.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/org/jivesoftware/smackx/pubsub/Item.java b/source/org/jivesoftware/smackx/pubsub/Item.java index 117463f9e..2ce0baac5 100644 --- a/source/org/jivesoftware/smackx/pubsub/Item.java +++ b/source/org/jivesoftware/smackx/pubsub/Item.java @@ -13,10 +13,9 @@ */ package org.jivesoftware.smackx.pubsub; +import org.jivesoftware.smack.packet.Message; import org.jivesoftware.smackx.pubsub.provider.ItemProvider; -import com.sun.corba.se.impl.protocol.giopmsgheaders.Message; - /** * This class represents an item that has been, or will be published to a * pubsub node. An Item has several properties that are dependent