forked from Archives/Athou_commafeed
class not used anymore
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
package com.commafeed.backend.feed;
|
package com.commafeed.backend.feed;
|
||||||
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.RequiredArgsConstructor;
|
import lombok.RequiredArgsConstructor;
|
||||||
|
|
||||||
import org.apache.commons.jexl2.Expression;
|
import org.apache.commons.jexl2.Expression;
|
||||||
@@ -77,13 +76,4 @@ public class FeedEntryFilter {
|
|||||||
|
|
||||||
return (boolean) expression.evaluate(context);
|
return (boolean) expression.evaluate(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Data
|
|
||||||
private static class Model {
|
|
||||||
private String title;
|
|
||||||
private String author;
|
|
||||||
private String content;
|
|
||||||
private String url;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user