Преглед изворни кода

J3MLoader: solve unexpected end tag in javadoc

Stephen Gold пре 3 година
родитељ
комит
7df2bee2d2
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      jme3-core/src/plugins/java/com/jme3/material/plugins/J3MLoader.java

+ 4 - 4
jme3-core/src/plugins/java/com/jme3/material/plugins/J3MLoader.java

@@ -842,11 +842,11 @@ public class J3MLoader implements AssetLoader {
      * the path to the texture in the .j3m file.
      * <p>
      *     <b>Example:</b>
-     *     <pre>
-     *     DiffuseMap: MinTrilinear MagBilinear WrapRepeat_S "some/path/to a/texture.png"
-     *     </pre>
-     *     This would apply a minification filter of "Trilinear", a magnification filter of "Bilinear" and set the wrap mode to "Repeat".
      * </p>
+     * <pre>
+     * DiffuseMap: MinTrilinear MagBilinear WrapRepeat_S "some/path/to a/texture.png"
+     * </pre>
+     * This would apply a minification filter of "Trilinear", a magnification filter of "Bilinear" and set the wrap mode to "Repeat".
      * <p>
      *     <b>Note:</b> If several filters of the same type are added, eg. MinTrilinear MinNearestLinearMipMap, the last one will win.
      * </p>