X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.debug.browser%2Fsrc%2Forg%2Fsimantics%2Fdebug%2Fbrowser%2Fcontent%2FResourceBrowserRewriter.java;h=0e0e951fbc9535d96ea31dc155a8ed4899bbbf4e;hp=a591bc108448cc0ab078f9d330c4f2009ad174de;hb=refs%2Fchanges%2F38%2F238%2F2;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 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