remove Freebase AGENT_ID (#2575)
* remove unused imports * remove unneeded Freebase AGENT_ID In the past, Freebase editors used Google Refine for making edits to its database and the internal identifier was "/en/google_refine" which equated to a Software Application type with attached metadata and also had ownership privileges for certain Freebase Apps. Since Freebase is no longer around, this identifier, only used by Freebase, can now be removed. (This is not a User-Agent header string but was an internal identifier for the Freebase database which no longer exists) * Revert "remove unused imports" This reverts commit 9f6a276f36a54245016bd445680067d2c8862fcb.
This commit is contained in:
parent
009c587437
commit
e5e2c8f665
@ -71,9 +71,6 @@ public class RefineServlet extends Butterfly {
|
||||
static public String FULL_VERSION = "";
|
||||
static public String FULLNAME = "OpenRefine ";
|
||||
|
||||
|
||||
static public final String AGENT_ID = "/en/google_refine"; // TODO: Unused? Freebase ID
|
||||
|
||||
static final long serialVersionUID = 2386057901503517403L;
|
||||
|
||||
static private final String JAVAX_SERVLET_CONTEXT_TEMPDIR = "javax.servlet.context.tempdir";
|
||||
|
Loading…
Reference in New Issue
Block a user