mirror of
https://github.com/github/codeql.git
synced 2026-02-24 19:03:50 +01:00
8 lines
153 B
Java
8 lines
153 B
Java
/**
|
|
* Javadoc for method.
|
|
*
|
|
* @throws Exception if a problem occurs.
|
|
*/
|
|
public void noThrow() {
|
|
System.out.println("This method does not throw.");
|
|
} |