X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.debug.browser%2Fsrc%2Forg%2Fsimantics%2Fdebug%2Fbrowser%2Fsections%2FResourceLookupSection.java;h=047ccad707785794ee6513120b7bb9eb450fec2c;hb=e19c37f84fd1ce2d946578f7c05f3e45444ba67a;hp=77b13aa2acec403626858b4a5985d638ec616771;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/sections/ResourceLookupSection.java b/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/sections/ResourceLookupSection.java index 77b13aa2a..047ccad70 100644 --- a/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/sections/ResourceLookupSection.java +++ b/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/sections/ResourceLookupSection.java @@ -1,40 +1,40 @@ -/******************************************************************************* - * 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.sections; - -import java.io.PrintWriter; - -import org.simantics.db.ReadGraph; -import org.simantics.db.exception.DatabaseException; - -/** - * @author Jani Simomaa / Semantum Oy - * @since 1.22 - */ -public class ResourceLookupSection implements ResourceBrowserSection { - - @Override - public double getPriority() { - return -1; - } - - @Override - public void toHtml(ReadGraph graph, PrintWriter out) throws DatabaseException { - out.println("
"); - out.println("
"); - out.println(""); - out.println(""); - out.println("
"); - out.println("
"); - } - -} +/******************************************************************************* + * 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.sections; + +import java.io.PrintWriter; + +import org.simantics.db.ReadGraph; +import org.simantics.db.exception.DatabaseException; + +/** + * @author Jani Simomaa / Semantum Oy + * @since 1.22 + */ +public class ResourceLookupSection implements ResourceBrowserSection { + + @Override + public double getPriority() { + return -1; + } + + @Override + public void toHtml(ReadGraph graph, PrintWriter out) throws DatabaseException { + out.println("
"); + out.println("
"); + out.println(""); + out.println(""); + out.println("
"); + out.println("
"); + } + +}