public final static short sid = 0x0017;
private List<RefSubRecord> _list;
- private final class RefSubRecord {
+ private static final class RefSubRecord {
public static final int ENCODED_SIZE = 6;
/** index to External Book Block (which starts with a EXTERNALBOOK record) */
StringBuffer buffer = new StringBuffer();
buffer.append("[RECALCID]\n");
- buffer.append(" .reserved = ").append(HexDump.shortToHex(_reserved0));
- buffer.append(" .engineId = ").append(HexDump.intToHex(_engineId));
+ buffer.append(" .reserved = ").append(HexDump.shortToHex(_reserved0)).append("\n");
+ buffer.append(" .engineId = ").append(HexDump.intToHex(_engineId)).append("\n");
buffer.append("[/RECALCID]\n");
return buffer.toString();
}