Skip to content

Commit

Permalink
FIX compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Oct 26, 2017
1 parent 0767949 commit eb2d6f5
Showing 1 changed file with 13 additions and 0 deletions.
Expand Up @@ -11,6 +11,9 @@
import it.cnr.contab.inventario00.docs.bulk.*;
import it.cnr.jada.bulk.*;

import javax.servlet.jsp.JspWriter;
import java.io.IOException;

public class RigheInvDaFatturaCRUDController
extends it.cnr.jada.util.action.RemoteDetailCRUDController implements it.cnr.jada.util.jsp.TableCustomizer{

Expand Down Expand Up @@ -64,4 +67,14 @@ public boolean isRowEnabled(java.lang.Object row) {
public boolean isRowReadonly(java.lang.Object row) {
return false;
}

@Override
public String getTableClass() {
return null;
}

@Override
public void writeTfoot(JspWriter jspWriter) throws IOException {

}
}

0 comments on commit eb2d6f5

Please sign in to comment.