mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 16:05:25 +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:
parent
ea49446476
commit
d334be2c61
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ public class GdbDebugServicesFactory extends AbstractDsfDebugServicesFactory {
|
||||||
* the specified version, respectively.
|
* the specified version, respectively.
|
||||||
* @since 4.8
|
* @since 4.8
|
||||||
*/
|
*/
|
||||||
public int compareVersionWith(String version) {
|
protected int compareVersionWith(String version) {
|
||||||
return LaunchUtils.compareVersions(getVersion(), version);
|
return LaunchUtils.compareVersions(getVersion(), version);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue