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:
* <pre>
* <import resource="classpath:alfresco/includeme.js">
* <import resource="workspace://SpacesStore/6f73de1b-d3b4-11db-80cb-112e6c2ea048">
* <import resource="/Company Home/Data Dictionary/Scripts/includeme.js">
* &lt;import resource="classpath:alfresco/includeme.js"&gt;
* &lt;import resource="workspace://SpacesStore/6f73de1b-d3b4-11db-80cb-112e6c2ea048"&gt;
* &lt;import resource="/Company Home/Data Dictionary/Scripts/includeme.js"&gt;
* </pre>
* 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.