X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/PHPDBGMod.java b/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/PHPDBGMod.java index b393a07..bbc8be6 100644 --- a/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/PHPDBGMod.java +++ b/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/PHPDBGMod.java @@ -15,8 +15,8 @@ public class PHPDBGMod { private String modName; - public PHPDBGMod() { - } +// public PHPDBGMod() { +// } public PHPDBGMod(int modNo, String modName) { this.modNo = modNo; @@ -31,9 +31,9 @@ public class PHPDBGMod { return modName; } - public void setNo(int modNo) { - this.modNo = modNo; - } +// public void setNo(int modNo) { +// this.modNo = modNo; +// } public void setName(String modName) { this.modName = modName;