Trivial improvement to javadoc. Replaced some <> with &lt;&gt; to make javadoc look right in Eclipse.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@47269 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Neil McErlean
2013-02-28 09:58:43 +00:00
parent fcadb0db97
commit 949a02af2e

View File

@@ -282,9 +282,9 @@ public class RhinoScriptProcessor extends BaseProcessor implements ScriptProcess
/** /**
* Resolve the imports in the specified script. Supported include directives are of the following form: * Resolve the imports in the specified script. Supported include directives are of the following form:
* <pre> * <pre>
* <import resource="classpath:alfresco/includeme.js"> * &lt;import resource="classpath:alfresco/includeme.js"&gt;
* <import resource="workspace://SpacesStore/6f73de1b-d3b4-11db-80cb-112e6c2ea048"> * &lt;import resource="workspace://SpacesStore/6f73de1b-d3b4-11db-80cb-112e6c2ea048"&gt;
* <import resource="/Company Home/Data Dictionary/Scripts/includeme.js"> * &lt;import resource="/Company Home/Data Dictionary/Scripts/includeme.js"&gt;
* </pre> * </pre>
* Either a classpath resource, NodeRef or cm:name path based script can be includes. Multiple includes * Either a classpath resource, NodeRef or cm:name path based script can be includes. Multiple includes
* of the same script are dealt with correctly and nested includes of scripts is fully supported. * of the same script are dealt with correctly and nested includes of scripts is fully supported.