blob: bb92d58c6524b0cfff9c3534b9d7a4419c90f1fc [file] [log] [blame]
/**
* Copyright (c) 2011, 2014 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.runtime.web.vaadin.osgi.tests.context.helper;
import com.vaadin.server.VaadinRequest;
import com.vaadin.ui.UI;
@SuppressWarnings("serial")
public class UI_NoProviderFactory extends UI {
@Override
protected void init(VaadinRequest request) {
}
}