20 package net.sf.gridarta.model.validation.errors;
22 import java.awt.Component;
23 import org.jetbrains.annotations.NotNull;
37 void correct(@NotNull Component parentComponent);
This interface can be implemented by errors that provide a facility to correct them.
void correct(@NotNull Component parentComponent)
Try to correct this error.