X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.debug.browser%2Fsrc%2Forg%2Fsimantics%2Fdebug%2Fbrowser%2Fcontent%2FResourceBrowserRewriter.java;h=0e0e951fbc9535d96ea31dc155a8ed4899bbbf4e;hb=56a799c9b7d395cefb59e101cd0f7ce8d68f88e6;hp=a591bc108448cc0ab078f9d330c4f2009ad174de;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/content/ResourceBrowserRewriter.java b/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/content/ResourceBrowserRewriter.java index a591bc108..0e0e951fb 100644 --- a/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/content/ResourceBrowserRewriter.java +++ b/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/content/ResourceBrowserRewriter.java @@ -1,20 +1,20 @@ -/******************************************************************************* - * Copyright (c) 2016 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: - * THTH ry - initial API and implementation - *******************************************************************************/ -package org.simantics.debug.browser.content; - -import org.simantics.db.ReadGraph; -import org.simantics.db.exception.DatabaseException; - -public interface ResourceBrowserRewriter { - void rewrite(ReadGraph graph, ResourceBrowserContent content) throws DatabaseException; - public double getPriority(); +/******************************************************************************* + * Copyright (c) 2016 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: + * THTH ry - initial API and implementation + *******************************************************************************/ +package org.simantics.debug.browser.content; + +import org.simantics.db.ReadGraph; +import org.simantics.db.exception.DatabaseException; + +public interface ResourceBrowserRewriter { + void rewrite(ReadGraph graph, ResourceBrowserContent content) throws DatabaseException; + public double getPriority(); } \ No newline at end of file