~ubuntu-branches/ubuntu/vivid/mkgmap/vivid

« back to all changes in this revision

Viewing changes to src/uk/me/parabola/imgfmt/app/mdr/Mdr10Record.java

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2014-08-13 22:13:41 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140813221341-i9dzzjuto2o7hfh6
Tags: 0.0.0+svn3333-1
* New upstream version
  Closes: #745097
* add debian/classpath (thanks for the patch to Manfred Stock
  <manfred.stock+debian@gmail.com>)
  Closes: #741596
* d/copyright: DEP5

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 *
25
25
 * @author Steve Ratcliffe
26
26
 */
27
 
public class Mdr10Record extends RecordBase implements Comparable<Mdr10Record> {
 
27
public class Mdr10Record implements Comparable<Mdr10Record> {
28
28
        private int subtype;
29
29
        private Mdr11Record mdr11ref;
30
30
 
52
52
        public void setSubtype(int subtype) {
53
53
                this.subtype = subtype;
54
54
        }
55
 
}
 
 
b'\\ No newline at end of file'
 
55
}