mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Include suggestions from review
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -37,5 +37,4 @@ class ConstantParameter extends StrutsXMLElement {
|
||||
* Gets the value of the `value` attribute of this `<constant>`.
|
||||
*/
|
||||
string getValueValue() { result = getAttributeValue("value") }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user