/******************************************************************************* * Copyright 2011 Max Erik Rohde http://www.mxro.de * * All rights reserved. ******************************************************************************/ package de.mxro.thrd.markdownj10.internal; /** * Necessary for GWT 2.X to compile this module * * @author Max * */ public class DummyEntryPoint { public void onModuleLoad() { } }