Changed package to akka.jmx, for OSGi purposes. See #2079

This commit is contained in:
Patrik Nordwall 2012-05-20 20:16:06 +02:00
parent 6c32764990
commit 4e2c4955b3
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
* along with Heritrix; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package org.archive.jmx;
package akka.jmx;
import java.io.IOException;
import java.io.PrintWriter;