diff --git a/engine/src/core/com/jme3/material/Material.java b/engine/src/core/com/jme3/material/Material.java
index 3b88254be..1c6c8c3f8 100644
--- a/engine/src/core/com/jme3/material/Material.java
+++ b/engine/src/core/com/jme3/material/Material.java
@@ -72,9 +72,9 @@ import java.util.logging.Logger;
/**
* Material
describes the rendering style for a given
* {@link Geometry}.
- *
A material is essentially a list of { - * @link MatParam parameters}, those parameters map to uniforms which are - * defined in a shader. Setting the parameters can modify the behavior of a + *
A material is essentially a list of {@link MatParam parameters}, + * those parameters map to uniforms which are defined in a shader. + * Setting the parameters can modify the behavior of a * shader. *
* @author Kirill Vainer