1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Fixes for private data support.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2006 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-08-04 21:05:44 +00:00 committed by mtucker
parent b8602b80c0
commit 665825b656
3 changed files with 23 additions and 6 deletions

View file

@ -53,7 +53,7 @@
package org.jivesoftware.smackx.packet;
/**
* Interface to represent private data. Each private data chunk is an XML subdocument
* Interface to represent private data. Each private data chunk is an XML sub-document
* with a root element name and namespace.
*
* @see org.jivesoftware.smackx.PrivateDataManager