From 2a52c6f0f1307c76c679e946156cd0958c4890ec Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 8 Sep 2014 11:36:28 +0200 Subject: [PATCH] using htroot/api/blacklists as source folder: removed package declaration of some classes in that folder --- .classpath | 183 +++++++++++----------- htroot/api/blacklists/add_entry_p.java | 2 - htroot/api/blacklists/delete_entry_p.java | 2 - htroot/api/blacklists/get_list_p.java | 2 - htroot/api/blacklists/get_metadata_p.java | 2 - 5 files changed, 92 insertions(+), 99 deletions(-) diff --git a/.classpath b/.classpath index 8411b1ea8..05e9ac051 100644 --- a/.classpath +++ b/.classpath @@ -1,91 +1,92 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/htroot/api/blacklists/add_entry_p.java b/htroot/api/blacklists/add_entry_p.java index 270b52d03..cb135deab 100644 --- a/htroot/api/blacklists/add_entry_p.java +++ b/htroot/api/blacklists/add_entry_p.java @@ -1,5 +1,3 @@ -package blacklists; - import net.yacy.cora.protocol.RequestHeader; import net.yacy.data.ListManager; import net.yacy.data.WorkTables; diff --git a/htroot/api/blacklists/delete_entry_p.java b/htroot/api/blacklists/delete_entry_p.java index 9e7cf1ed5..debf3dc23 100644 --- a/htroot/api/blacklists/delete_entry_p.java +++ b/htroot/api/blacklists/delete_entry_p.java @@ -1,5 +1,3 @@ -package blacklists; - import net.yacy.cora.protocol.RequestHeader; import net.yacy.data.ListManager; import net.yacy.data.WorkTables; diff --git a/htroot/api/blacklists/get_list_p.java b/htroot/api/blacklists/get_list_p.java index 3cfcb6fa8..c250956db 100644 --- a/htroot/api/blacklists/get_list_p.java +++ b/htroot/api/blacklists/get_list_p.java @@ -1,5 +1,3 @@ -package blacklists; - import java.io.File; import java.util.Collection; diff --git a/htroot/api/blacklists/get_metadata_p.java b/htroot/api/blacklists/get_metadata_p.java index a238de5ae..59c8fe1f0 100644 --- a/htroot/api/blacklists/get_metadata_p.java +++ b/htroot/api/blacklists/get_metadata_p.java @@ -1,5 +1,3 @@ -package blacklists; - import java.util.Collection; import net.yacy.cora.protocol.RequestHeader;