X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2FAdaptable.java;h=a1c38ee4767d3e8d93a4ca9452c61f05e3050035;hb=refs%2Fchanges%2F38%2F238%2F2;hp=19a92a06c9b64883d6a062ba7271c8172834e1cd;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;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..a1c38ee47 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); + +}