1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 09:39:39 +02:00

Create org.jivesoftware.smack.rosterstore package

and move RosterStore and DirectoryRosterStore into it.
This commit is contained in:
Florian Schmaus 2014-08-16 14:26:45 +02:00
parent e32a437c49
commit c84419a55e
8 changed files with 11 additions and 5 deletions

View file

@ -32,6 +32,8 @@ import org.jivesoftware.smack.packet.Packet;
import org.jivesoftware.smack.packet.RosterPacket;
import org.jivesoftware.smack.packet.RosterPacket.Item;
import org.jivesoftware.smack.packet.RosterPacket.ItemType;
import org.jivesoftware.smack.rosterstore.DirectoryRosterStore;
import org.jivesoftware.smack.rosterstore.RosterStore;
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;

View file

@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jivesoftware.smack;
package org.jivesoftware.smack.rosterstore;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;