mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
Added comments.
This commit is contained in:
parent
b26b4af40f
commit
36d7840256
1 changed files with 1 additions and 3 deletions
|
@ -13,7 +13,7 @@ package org.eclipse.cdt.debug.mi.core.command.factories.win32;
|
|||
import org.eclipse.cdt.debug.mi.core.command.MIEnvironmentDirectory;
|
||||
|
||||
/**
|
||||
* Comment for .
|
||||
* Command factory for the gdb/mi protocol for CygWin environment.
|
||||
*/
|
||||
public class CygwinCommandFactory extends StandardWinCommandFactory {
|
||||
|
||||
|
@ -22,7 +22,6 @@ public class CygwinCommandFactory extends StandardWinCommandFactory {
|
|||
*/
|
||||
public CygwinCommandFactory() {
|
||||
super();
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -30,7 +29,6 @@ public class CygwinCommandFactory extends StandardWinCommandFactory {
|
|||
*/
|
||||
public CygwinCommandFactory( String miVersion ) {
|
||||
super( miVersion );
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
public MIEnvironmentDirectory createMIEnvironmentDirectory(boolean reset, String[] pathdirs) {
|
||||
|
|
Loading…
Add table
Reference in a new issue