Moved FileHandler to handlers package.
This commit is contained in:
parent
debf5bcc57
commit
9a655676ab
3 changed files with 0 additions and 82 deletions
|
|
@ -5,7 +5,6 @@ import java.io.FileInputStream;
|
|||
import java.io.FileNotFoundException;
|
||||
import java.io.InputStream;
|
||||
|
||||
import org.dynmap.web.FileHandler;
|
||||
|
||||
public class FilesystemHandler extends FileHandler {
|
||||
private File root;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ package org.dynmap.web.handlers;
|
|||
|
||||
import java.io.InputStream;
|
||||
|
||||
import org.dynmap.web.FileHandler;
|
||||
|
||||
public class JarFileHandler extends FileHandler {
|
||||
private String root;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue