Skip to content

Commit

Permalink
Mesh_Maker: fix class javadoc location
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Sep 28, 2024
1 parent 903bb6b commit dcc2b33
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/java/customnode/Mesh_Maker.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
Expand Down

0 comments on commit dcc2b33

Please sign in to comment.