Include suggestions from review

This commit is contained in:
Porcuiney Hairs
2021-03-01 22:59:30 +05:30
parent 42a84a18b0
commit 5151a528ac
2 changed files with 2 additions and 3 deletions

View File

@@ -14,11 +14,11 @@
<p>The following example shows a `struts.xml` file with `struts.devmode` enabled.</p>
<sample src="strutsBad.xml" />
<sample src="StrutsBad.xml" />
<p>This can be easily corrected by setting the value of the `struts.devmode` parameter to false.</p>
<sample src="structGood.xml" />
<sample src="StrutsGood.xml" />
</example>
<references>

View File

@@ -37,5 +37,4 @@ class ConstantParameter extends StrutsXMLElement {
* Gets the value of the `value` attribute of this `<constant>`.
*/
string getValueValue() { result = getAttributeValue("value") }
}