mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[cleanup] changed warning message to something less cryptic
This commit is contained in:
parent
eae2356377
commit
bd5b6f617c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class BadInitializer implements IRSEModelInitializer {
|
|||
* @see org.eclipse.rse.core.IRSEModelInitializer#run(org.eclipse.core.runtime.IProgressMonitor)
|
||||
*/
|
||||
public IStatus run(IProgressMonitor monitor) {
|
||||
IStatus result = new Status(IStatus.WARNING, "org.eclipse.rse.tests", "bwaahahaha");
|
||||
IStatus result = new Status(IStatus.WARNING, "org.eclipse.rse.tests", "testing warnings generated during RSE initialization");
|
||||
wasRun = true;
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue