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

new method createMIJump90.

This commit is contained in:
Alain Magloire 2003-02-04 19:14:17 +00:00
parent 10c8f02f6c
commit d728f602d0

View file

@ -157,6 +157,10 @@ public class CommandFactory {
return new MIExecUntil(location);
}
public MIJump createMIJump(String location) {
return new MIJump(location);
}
public MIFileExecFile createMIFileExecFile(String file) {
return new MIFileExecFile(file);
}