diff --git a/source/net/yacy/cora/lod/vocabulary/YaCyMetadata.java b/source/net/yacy/cora/lod/vocabulary/YaCyMetadata.java index 7b7f31a30..40623a2a5 100644 --- a/source/net/yacy/cora/lod/vocabulary/YaCyMetadata.java +++ b/source/net/yacy/cora/lod/vocabulary/YaCyMetadata.java @@ -31,7 +31,6 @@ package net.yacy.cora.lod.vocabulary; public enum YaCyMetadata implements Vocabulary { hash, // the url's hash - comp, // components: the url, description, author and tags. As 5th element, an ETag is possible mod, // last-modified from the httpd load, // time when the url was loaded fresh, // time until this url is fresh @@ -51,7 +50,6 @@ public enum YaCyMetadata implements Vocabulary { /* "String hash-12, " + // the url's hash - "String comp-360, " + // components: the url, description, author and tags. As 5th element, an ETag is possible "Cardinal mod-4 {b256}, " + // last-modified from the httpd "Cardinal load-4 {b256}, " + // time when the url was loaded "Cardinal fresh-4 {b256}, " + // time until this url is fresh