1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-09 20:41:07 +01:00

Remove RCS header attributes

This commit is contained in:
Florian Schmaus 2014-02-10 12:33:41 +01:00
parent 93030c218c
commit 4bc7ce052d
444 changed files with 0 additions and 1259 deletions

View file

@ -66,7 +66,6 @@ public class ItemPublishEvent <T extends Item> extends SubscriptionEvent
* @param nodeId The id of the node the event came from
* @param eventItems The list of {@link Item} that were published
* @param subscriptionIds The list of subscriptionIds
* @param publishedDate The original publishing date of the events
*/
public ItemPublishEvent(String nodeId, List<T> eventItems, List<String> subscriptionIds, Date publishedDate)
{
@ -106,7 +105,6 @@ public class ItemPublishEvent <T extends Item> extends SubscriptionEvent
* Gets the original date the items were published. This is only
* valid if {@link #isDelayed()} is true.
*
* @return Date items were published if {@link #isDelayed()} is true, null otherwise.
*/
public Date getPublishedDate()
{