mirror of
https://github.com/github/codeql.git
synced 2026-05-08 15:11:36 +02:00
6 lines
108 B
Java
6 lines
108 B
Java
/**
|
|
* Javadoc for method.
|
|
*/
|
|
public void noThrow() {
|
|
System.out.println("This method does not throw.");
|
|
} |