X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.wiki.ui%2Fsrc%2Forg%2Fsimantics%2Fwiki%2Fui%2FDocumentFactory.java;h=808098adcfac760ff68d671e4644369b587935f9;hb=ee806e3464c8255db525712f1d87d46dcb97c1d1;hp=f08e0fd3c4132119d3ce35216479a42d7cf121a6;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.wiki.ui/src/org/simantics/wiki/ui/DocumentFactory.java b/bundles/org.simantics.wiki.ui/src/org/simantics/wiki/ui/DocumentFactory.java index f08e0fd3c..808098adc 100644 --- a/bundles/org.simantics.wiki.ui/src/org/simantics/wiki/ui/DocumentFactory.java +++ b/bundles/org.simantics.wiki.ui/src/org/simantics/wiki/ui/DocumentFactory.java @@ -1,19 +1,19 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * 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: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.wiki.ui; - - -public interface DocumentFactory { - - String createDocument(); - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * 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: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.wiki.ui; + + +public interface DocumentFactory { + + String createDocument(); + +}