Renamed package
This commit is contained in:
parent
996cdc1c34
commit
6ac185134a
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
package buttondevteam.io;
|
||||
package buttondevteam.website.io;
|
||||
|
||||
import java.io.BufferedOutputStream;
|
||||
import java.io.ByteArrayInputStream;
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue