From dcc2b337096c83e64dd1275eb0fd01ef88f8ad49 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Fri, 27 Sep 2024 19:09:27 -0500 Subject: [PATCH] Mesh_Maker: fix class javadoc location --- src/main/java/customnode/Mesh_Maker.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/main/java/customnode/Mesh_Maker.java b/src/main/java/customnode/Mesh_Maker.java index f74f14a..4cafde8 100644 --- a/src/main/java/customnode/Mesh_Maker.java +++ b/src/main/java/customnode/Mesh_Maker.java @@ -21,12 +21,6 @@ */ /* -*- mode: java; c-basic-offset: 8; indent-tabs-mode: t; tab-width: 8 -*- */ -/** - * Example plugin on how to add spheres and tubes to the 3D Viewer. - * Albert Cardona 2008-12-09 - * Released under the General Public License, latest version. - */ - package customnode; import java.awt.Color; @@ -39,6 +33,11 @@ import ij3d.Content; import ij3d.Image3DUniverse; +/** + * Example plugin on how to add spheres and tubes to the 3D Viewer. + * Albert Cardona 2008-12-09 + * Released under the General Public License, latest version. + */ public class Mesh_Maker extends MeshMaker implements PlugIn { @Override