1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Remove unnecessary API change

Let's keep the same API as what was released on CDT 8.8

Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2015-09-17 10:52:05 -04:00
parent ea49446476
commit d334be2c61

View file

@ -320,7 +320,7 @@ public class GdbDebugServicesFactory extends AbstractDsfDebugServicesFactory {
* the specified version, respectively.
* @since 4.8
*/
public int compareVersionWith(String version) {
protected int compareVersionWith(String version) {
return LaunchUtils.compareVersions(getVersion(), version);
}