Made prepareView() abstract
This commit is contained in:
parent
be92a300b6
commit
7cb79370d2
2 changed files with 2 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled
|
|||
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=error
|
||||
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
|
||||
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=error
|
||||
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
|
||||
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error
|
||||
|
|
|
|||
|
|
@ -39,7 +39,5 @@ abstract class ViewPanel extends JComponent {
|
|||
*
|
||||
* @param maxSize of the panel
|
||||
*/
|
||||
public void prepareView(Dimension maxSize) {
|
||||
// do nothing
|
||||
}
|
||||
public abstract void prepareView(Dimension maxSize);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue