From 7e785dac8e206a7bc86121c704fb08e798114bf4 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 30 Nov 2015 13:35:41 +0100 Subject: [PATCH] urlproxyheader must be in the default package because all classes in the htroot path must be in the default package --- htroot/proxymsg/urlproxyheader.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/htroot/proxymsg/urlproxyheader.java b/htroot/proxymsg/urlproxyheader.java index c7f64edb3..ff7d86cf9 100644 --- a/htroot/proxymsg/urlproxyheader.java +++ b/htroot/proxymsg/urlproxyheader.java @@ -1,5 +1,3 @@ -package proxymsg; - import net.yacy.cora.protocol.RequestHeader; import net.yacy.search.Switchboard; import net.yacy.server.serverObjects;