add missing dot in qldoc

This commit is contained in:
Erik Krogh Kristensen
2020-06-26 15:07:12 +02:00
parent c3b52fadcc
commit 0b050204ad

View File

@@ -15,7 +15,7 @@ module InsecureDownload {
*/
abstract class Source extends DataFlow::Node {
/**
* Gets a flow-label for this source
* Gets a flow-label for this source.
*/
abstract DataFlow::FlowLabel getALabel();
}