mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Migrate Java code to separate QL repo.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
void printHeader(String headerStyle) {
|
||||
if (headerStyle == null || headerStyle.equals("")) {
|
||||
// No header
|
||||
return;
|
||||
}
|
||||
// ... print the header
|
||||
}
|
||||
Reference in New Issue
Block a user