Moved FileHandler to handlers package.
This commit is contained in:
parent
4f1c932c67
commit
2757b8d34c
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