File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
src/main/java/org/codehaus/plexus/velocity Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 28
28
import org .codehaus .plexus .logging .AbstractLogEnabled ;
29
29
30
30
/**
31
+ * <p>
31
32
* A simple velocity component implementation.
32
- * <p/ >
33
+ * </p >
33
34
* A typical configuration will look like this:
34
35
* <pre>
35
- * < configuration>
36
- * < properties>
37
- * < property>
38
- * < name> resource.loader< /name>
39
- * < value> classpath< /value>
40
- * < /property>
41
- * < property>
42
- * < name> classpath.resource.loader.class< /name>
43
- * < value> org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader< /value>
44
- * < /property>
45
- * < /properties>
46
- * < /configuration>
36
+ * < configuration>
37
+ * < properties>
38
+ * < property>
39
+ * < name> resource.loader< /name>
40
+ * < value> classpath< /value>
41
+ * < /property>
42
+ * < property>
43
+ * < name> classpath.resource.loader.class< /name>
44
+ * < value> org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader< /value>
45
+ * < /property>
46
+ * < /properties>
47
+ * < /configuration>
47
48
* </pre>
48
49
*/
49
50
public class DefaultVelocityComponent
You can’t perform that action at this time.
0 commit comments