Apply suggestions from code review

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
Jonathan Leitschuh
2022-03-03 16:39:45 -05:00
committed by GitHub
parent fea50065f5
commit 103c770ce7
4 changed files with 6 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ private class FileCreateTempFileSink extends FileCreationSink {
}
/**
* A guard that checks whether or not the the program is running on the Windows OS.
* A guard that holds when the program is definitely running under some version of Windows.
*/
abstract private class WindowsOsBarrierGuard extends DataFlow::BarrierGuard { }