1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

indentation.

This commit is contained in:
Alain Magloire 2002-10-26 20:27:45 +00:00
parent ee03d27d33
commit 99a447c6b6

View file

@ -20,7 +20,7 @@ public class MIResultRecord {
String resultClass = "";
int token = -1;
public int geToken() {
public int getToken() {
return token;
}