mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
13 lines
235 B
Java
13 lines
235 B
Java
package net.sourceforge.pmd.cpd;
|
|
|
|
/*
|
|
* This is a stub definition for pmd's SourceCode class
|
|
* including only the API used by the GoLanguage class.
|
|
*/
|
|
|
|
public class SourceCode {
|
|
public String getFileName() {
|
|
return null;
|
|
}
|
|
}
|