/******************************************************************************* * Copyright (c) 2012, Robotoworks Limited * 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 * *******************************************************************************/ package com.robotoworks.example.ghissues.db; import com.robotoworks.example.ghissues.db.AbstractGithubDBContentProvider; import com.robotoworks.mechanoid.db.ContentProviderActions; public class GithubDBContentProvider extends AbstractGithubDBContentProvider { @Override protected ContentProviderActions createIssuesActions() { // TODO Auto-generated method stub return super.createIssuesActions(); } }