Renamed package

This commit is contained in:
Norbi Peti 2016-10-22 22:21:39 +02:00
parent 996cdc1c34
commit 6ac185134a
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
package buttondevteam.io;
package buttondevteam.website.io;
import java.io.BufferedOutputStream;
import java.io.ByteArrayInputStream;

View file

@ -5,8 +5,8 @@ import java.io.IOException;
import com.google.gson.Gson;
import com.sun.net.httpserver.HttpExchange;
import buttondevteam.io.IOHelper;
import buttondevteam.website.data.Stats;
import buttondevteam.website.io.IOHelper;
public class IndexPage extends Page {

View file

@ -6,7 +6,7 @@ import org.apache.commons.io.output.ByteArrayOutputStream;
import com.sun.net.httpserver.*;
import buttondevteam.io.IOHelper;
import buttondevteam.website.io.IOHelper;
/**
* Add to {@link Main}.Pages