mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Fix syntax errors in QL comments
This commit is contained in:
@@ -390,7 +390,7 @@ private class HttpHeadersModel extends SummaryModelCsv {
|
||||
}
|
||||
|
||||
/**
|
||||
* Model MultivaluedMap, which extends Map<K, List<V>> and provides a few extra helper methods.
|
||||
* Model MultivaluedMap, which extends `Map<K, List<V>>` and provides a few extra helper methods.
|
||||
*/
|
||||
private class MultivaluedMapModel extends SummaryModelCsv {
|
||||
override predicate row(string row) {
|
||||
|
||||
@@ -64,7 +64,7 @@ class SpringEntry extends SpringXmlElement {
|
||||
|
||||
/**
|
||||
* Gets the bean pointed to by either the `value-ref` attribute, or a nested
|
||||
* `<ref> or `<idref>` element, whichever is present.
|
||||
* `<ref>` or `<idref>` element, whichever is present.
|
||||
*/
|
||||
SpringBean getValueRefBean() {
|
||||
if this.hasValueRefString()
|
||||
|
||||
Reference in New Issue
Block a user