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:
Thad Guidry 2020-04-21 11:32:39 -05:00 committed by GitHub
parent 009c587437
commit e5e2c8f665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";