Make FileRepository(File) constructor public again, it is used from the helma.main and helma.servlet packages.
This commit is contained in:
parent
43b1b5edd8
commit
a8b9ffd154
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class FileRepository extends AbstractRepository {
|
||||||
* repository
|
* repository
|
||||||
* @param dir directory
|
* @param dir directory
|
||||||
*/
|
*/
|
||||||
protected FileRepository(File dir) {
|
public FileRepository(File dir) {
|
||||||
this(dir, null);
|
this(dir, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue