Skip to content

Commit dcc2b33

Browse files
committed
Mesh_Maker: fix class javadoc location
1 parent 903bb6b commit dcc2b33

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/main/java/customnode/Mesh_Maker.java

+5-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@
2121
*/
2222
/* -*- mode: java; c-basic-offset: 8; indent-tabs-mode: t; tab-width: 8 -*- */
2323

24-
/**
25-
* Example plugin on how to add spheres and tubes to the 3D Viewer.
26-
* Albert Cardona 2008-12-09
27-
* Released under the General Public License, latest version.
28-
*/
29-
3024
package customnode;
3125

3226
import java.awt.Color;
@@ -39,6 +33,11 @@
3933
import ij3d.Content;
4034
import ij3d.Image3DUniverse;
4135

36+
/**
37+
* Example plugin on how to add spheres and tubes to the 3D Viewer.
38+
* Albert Cardona 2008-12-09
39+
* Released under the General Public License, latest version.
40+
*/
4241
public class Mesh_Maker extends MeshMaker implements PlugIn {
4342

4443
@Override

0 commit comments

Comments
 (0)