1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 08:45:44 +02:00

Title comment changed.

This commit is contained in:
Oleg Krasilnikov 2007-03-01 08:11:00 +00:00
parent f4b0a3f90f
commit 7ddd1fafe1

View file

@ -14,10 +14,7 @@ package org.eclipse.cdt.ui.newui;
/** /**
* The class have the same functionality as superclass. * The class have the same functionality as superclass.
* The only need to create it is distinguishing tabs. * The only need to create it is distinguishing tabs.
* */
* @author okrasiln
*
*/
public class Page_BuildSettings extends AbstractPage { public class Page_BuildSettings extends AbstractPage {
protected boolean isSingle() { return false; } protected boolean isSingle() { return false; }
} }