sort modifier

This commit is contained in:
thatsIch
2015-09-30 14:27:21 +02:00
parent ebda927fb5
commit 7dee5699cf
9 changed files with 31 additions and 31 deletions
@@ -127,6 +127,6 @@ public abstract class AbstractPartPanel extends AbstractPartReporting
*
* @return the brightness to be used.
*/
abstract protected int getBrightnessColor();
protected abstract int getBrightnessColor();
}