diff --git a/src/types/styles/hdftype.xsl b/src/types/styles/hdftype.xsl index 4abf444ef..c71f5d67e 100644 --- a/src/types/styles/hdftype.xsl +++ b/src/types/styles/hdftype.xsl @@ -1,7 +1,7 @@ @@ -80,7 +80,7 @@ public abstract class AbstractType implements HDFType { - private ; + private field__; @@ -91,7 +91,7 @@ public abstract class AbstractType = ; } - + protected void fillFields(byte [] data, short size, int offset) { @@ -109,7 +109,7 @@ public abstract class AbstractType buffer.append("[/]\n"); return buffer.toString(); } - + /** * Size of record (exluding 4 byte header) */ @@ -156,9 +156,9 @@ public abstract class AbstractType - private BitField = new BitField(); + private BitField = new BitField(); - public final static = ; + public final static = ; @@ -171,7 +171,7 @@ public abstract class AbstractType * * @return One of */ - public get() + public get() { return ; } @@ -182,17 +182,17 @@ public abstract class AbstractType * @param * One of */ - public void set( ) + public void set( ) { this. = ; } - buffer.append(" . = ") - .append("0x") - .append(HexDump.toHex(()get())) - .append(" (").append(get()).append(" )\n"); + buffer.append(" . = "); + buffer.append("0x"); + buffer.append(HexDump.toHex(()get())); + buffer.append(" (").append(get()).append(" )\n");