X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.spreadsheet%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2FAdaptable.java;h=7865ed84eadb4262e34a3c8f1d72306a5e0b7356;hb=5c67a96d34fe904b8c4b0375cd08ff1d543bf369;hp=19a92a06c9b64883d6a062ba7271c8172834e1cd;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/Adaptable.java b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/Adaptable.java index 19a92a06c..7865ed84e 100644 --- a/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/Adaptable.java +++ b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/Adaptable.java @@ -1,20 +1,20 @@ -/******************************************************************************* - * 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.spreadsheet; - - - -public interface Adaptable { - - T getAdapter(Class clazz); - -} +/******************************************************************************* + * 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.spreadsheet; + + + +public interface Adaptable { + + T getAdapter(Class clazz); + +}