mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-14 19:42:18 +01:00
Delete unused methods
This commit is contained in:
@@ -134,17 +134,6 @@ public class JettyLauncher {
|
||||
return new File(System.getProperty("user.home"), ".gitbucket");
|
||||
}
|
||||
|
||||
// private static void deleteDirectory(File dir){
|
||||
// for(File file: dir.listFiles()){
|
||||
// if(file.isFile()){
|
||||
// file.delete();
|
||||
// } else if(file.isDirectory()){
|
||||
// deleteDirectory(file);
|
||||
// }
|
||||
// }
|
||||
// dir.delete();
|
||||
// }
|
||||
|
||||
private static Handler addStatisticsHandler(Handler handler) {
|
||||
// The graceful shutdown is implemented via the statistics handler.
|
||||
// See the following: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420142
|
||||
|
||||
Reference in New Issue
Block a user