blob: ed9e40deaaf012d3dd75e9cb5b5ccba88cefa5b6 [file] [log] [blame]
package test.wksp.eclipse;
public class X11b {
/** Status code constant (value 380) indicating that an attempt was made to modify
* the workspace while it was locked. Resource changes are disallowed
* during certain types of resource change event notification.
* Severity: error. Category: workspace.
* @see IResourceChangeEvent
* @since 2.1
*/
int foo;
}