/** * Copyright (c) 2016 Codetrails GmbH. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Andreas Sewe - initial API and implementation. */ package org.eclipse.recommenders.internal.news.rcp; public class TopicConstants { public static final String POLLING_RESULTS = "org_eclipse_recommenders_news/pollingResults"; //$NON-NLS-1$ public static final String NEWS_ITEMS_READ = "org_eclipse_recommenders_news/newsItemsRead"; //$NON-NLS-1$ }