mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-08-18 11:10:02 +00:00
Updating for .org
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5446 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* Copyright (C) 1999-2005 Jive Software. All rights reserved.
|
||||
* This software is the proprietary information of Jive Software. Use is subject to license terms.
|
||||
*/
|
||||
package com.jivesoftware.spark.translator;
|
||||
package org.jivesoftware.spark.translator;
|
||||
|
||||
import org.jivesoftware.smack.packet.Message;
|
||||
import org.jivesoftware.spark.ChatManager;
|
||||
@ -5,7 +5,7 @@
|
||||
* Copyright (C) 1999-2005 Jive Software. All rights reserved.
|
||||
* This software is the proprietary information of Jive Software. Use is subject to license terms.
|
||||
*/
|
||||
package com.jivesoftware.spark.translator;
|
||||
package org.jivesoftware.spark.translator;
|
||||
|
||||
import com.meterware.httpunit.GetMethodWebRequest;
|
||||
import com.meterware.httpunit.HttpUnitOptions;
|
||||
@ -7,6 +7,8 @@
|
||||
*/
|
||||
package com.jivesoftware.spark.translator;
|
||||
|
||||
import org.jivesoftware.spark.translator.TranslatorUtil;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.InputStreamReader;
|
||||
import java.io.IOException;
|
||||
|
||||
Reference in New Issue
Block a user