1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +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();
}
/**
* @since 5.1
*/
public String getFilename() {
return filename;
}