1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Missing since tag,

This commit is contained in:
Ken Ryall 2009-05-20 13:13:08 +00:00
parent d160f2ba8a
commit e1218f9cbd

View file

@ -875,6 +875,9 @@ public class PE {
return new String(); return new String();
} }
/**
* @since 5.1
*/
public String getFilename() { public String getFilename() {
return filename; return filename;
} }