X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.ui%2Fsrc%2Forg%2Fsimantics%2Fui%2Ficons%2FImageDescriptorProvider.java;h=ad397e5bcb4d2b629610fb47a34af89147478ec2;hb=refs%2Fchanges%2F38%2F238%2F2;hp=e10b39c722b07b806a5d536781ac5249303b1222;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.ui/src/org/simantics/ui/icons/ImageDescriptorProvider.java b/bundles/org.simantics.ui/src/org/simantics/ui/icons/ImageDescriptorProvider.java index e10b39c72..ad397e5bc 100644 --- a/bundles/org.simantics.ui/src/org/simantics/ui/icons/ImageDescriptorProvider.java +++ b/bundles/org.simantics.ui/src/org/simantics/ui/icons/ImageDescriptorProvider.java @@ -1,21 +1,21 @@ -/******************************************************************************* - * 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.ui.icons; - -import org.eclipse.jface.resource.ImageDescriptor; -import org.simantics.utils.datastructures.cache.IProvider; - -/** - * @author Tuukka Lehtonen - */ -public interface ImageDescriptorProvider extends IProvider { -} +/******************************************************************************* + * 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.ui.icons; + +import org.eclipse.jface.resource.ImageDescriptor; +import org.simantics.utils.datastructures.cache.IProvider; + +/** + * @author Tuukka Lehtonen + */ +public interface ImageDescriptorProvider extends IProvider { +}