~ubuntu-branches/ubuntu/wily/gluegen2/wily

« back to all changes in this revision

Viewing changes to src/java/com/jogamp/gluegen/cgram/HeaderParser.g

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-11-03 21:11:45 UTC
  • mfrom: (9.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20131103211145-152bo0das2i2sgev
Tags: 2.0.2-2
* Team upload.
* Apply patch to build config for FTBFS on alpha
  - Thank you to Michael Cree. (Closes: #728571)
* Freshen and apply patch to build config for FTBFS on ppc64
  - Thank you to Hiroyuki Yamamoto.  (Closes: #694070)
* Update Standards-Version to 3.9.5.
* Change debhelper version from 7 to 9; update debian/compat from 5 to 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
    }
209
209
 
210
210
    private String getTypeString(Type t) {
211
 
      StringBuffer sb = new StringBuffer();
 
211
      StringBuilder sb = new StringBuilder();
212
212
      sb.append("[");
213
213
      sb.append(t);
214
214
      sb.append(", size: ");