Skip to content
Snippets Groups Projects
Commit aaa24c4c authored by tpylak's avatar tpylak
Browse files

refactoring: GWT beans do not need any setters or getters

SVN: 13062
parent b72f44de
No related branches found
No related tags found
No related merge requests found
...@@ -99,26 +99,4 @@ public class DataSetReportColumnDefinition implements IColumnDefinition<TableMod ...@@ -99,26 +99,4 @@ public class DataSetReportColumnDefinition implements IColumnDefinition<TableMod
private DataSetReportColumnDefinition() private DataSetReportColumnDefinition()
{ {
} }
// GWT only
@SuppressWarnings("unused")
private void setColumnHeader(TableModelColumnHeader columnHeader)
{
this.columnHeader = columnHeader;
}
// GWT only
@SuppressWarnings("unused")
private void setDownloadURL(String downloadURL)
{
this.downloadURL = downloadURL;
}
// GWT only
@SuppressWarnings("unused")
private void setSessionID(String sessionID)
{
this.sessionID = sessionID;
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment