[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolve...
noreply at shibboleth.net
noreply at shibboleth.net
Sat Jul 30 15:28:48 BST 2011
Author: rdw
Date: Sat Jul 30 15:28:47 2011
New Revision: 3996
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=3996&view=rev
Log:
Typos in JavaDoc
Modified:
trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/ScriptedAttributeDefinition.java
Modified: trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/ScriptedAttributeDefinition.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/ScriptedAttributeDefinition.java?rev=3996&r1=3995&r2=3996&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/ScriptedAttributeDefinition.java (original)
+++ trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/ScriptedAttributeDefinition.java Sat Jul 30 15:28:47 2011
@@ -88,7 +88,7 @@
/**
* Gets the scripting language used.
*
- * @return scripting language used
+ * @return scripting language used. This is always a valid language.
*/
public String getScriptLanguage() {
return scriptLanguage;
@@ -97,7 +97,7 @@
/**
* Gets the script that will be executed.
*
- * @return script that will be executed
+ * @return script that will be executed. This is never null or empty.
*/
public String getScript() {
return script;
@@ -106,14 +106,14 @@
/**
* Get this resolver's script engine.
*
- * @return the engine.
+ * @return the engine. Never null.
*/
public ScriptEngine getScriptEngine() {
return scriptEngine;
}
/**
- * Get the compiled script for this engine. Note that this will be null if the langiage does not support
+ * Get the compiled script for this engine. Note that this will be null if the language does not support
* compilation.
*
* @return the compiled script.
More information about the commits
mailing list