Skip to content

Commit

Permalink
javadoc improved
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed May 16, 2015
1 parent b05418f commit 1402cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/java/org/wyona/yanel/core/Resource.java
Expand Up @@ -308,7 +308,7 @@ public String getRequestedLanguage() throws Exception {
/**
* Get property value from resource configuration
* @param name Name of resource property
* @return value of resource property
* @return value of resource property and null when property not set
*/
public String getResourceConfigProperty(String name) throws Exception {
ResourceConfiguration rc = getConfiguration();
Expand Down

0 comments on commit 1402cb0

Please sign in to comment.