inspection
This commit is contained in:
parent
26a26c7989
commit
653b5a4c75
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ public class TableConverter implements AttributeValueConverter {
|
||||||
final ConfigurationValue value,
|
final ConfigurationValue value,
|
||||||
final boolean xml) throws IOException {
|
final boolean xml) throws IOException {
|
||||||
|
|
||||||
log.debug("Convert: {} -- {} -- {}", attribute.name, this.configurationValueDAO, value);
|
log.debug("******************************** Convert: {} -- {} -- {}", attribute, this.configurationValueDAO,
|
||||||
|
value);
|
||||||
|
|
||||||
final List<List<ConfigurationValue>> values = this.configurationValueDAO.getOrderedTableValues(
|
final List<List<ConfigurationValue>> values = this.configurationValueDAO.getOrderedTableValues(
|
||||||
value.institutionId,
|
value.institutionId,
|
||||||
|
|
Loading…
Reference in a new issue