Author: dazarov
Date: 2012-09-28 17:56:00 -0400 (Fri, 28 Sep 2012)
New Revision: 44127
Modified:
trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationErrorManager.java
Log:
Configure Problem Severity should open project settings if they are enabled for the
project
https://issues.jboss.org/browse/JBIDE-12538
Modified:
trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationErrorManager.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationErrorManager.java 2012-09-28
21:06:25 UTC (rev 44126)
+++
trunk/common/plugins/org.jboss.tools.common.validation/src/org/jboss/tools/common/validation/ValidationErrorManager.java 2012-09-28
21:56:00 UTC (rev 44127)
@@ -619,14 +619,14 @@
* Sets type of problem for problem markers and problem annotations
* @param problemType
*/
- public void setProblemType(String problemType){
+ public final void setProblemType(String problemType){
this.problemType = problemType;
}
/**
* @return type of problem for problem markers and problem annotations
*/
- public String getProblemType(){
+ public final String getProblemType(){
return problemType;
}
}
\ No newline at end of file