Skip to content

Instantly share code, notes, and snippets.

@edpichler
Created November 18, 2011 11:37
Show Gist options
  • Save edpichler/1376232 to your computer and use it in GitHub Desktop.
Save edpichler/1376232 to your computer and use it in GitHub Desktop.
De:
buff.append(BufferUtils.appendPadRight(this.applicationDetails.getGender() , 1));
buff.append(BufferUtils.appendPadRight(this.applicationDetails.getMaritalStatus(), 1));
Para:
buff.append(BufferUtils.appendPadRight(this.applicationDetails.getGender() , 1));
buff.append(BufferUtils.appendPadRight(this.applicationDetails.getMaritalStatus(), 1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment