zouhouzi / mp4parser

Automatically exported from code.google.com/p/mp4parser
0 stars 0 forks source link

RequiresParseDetailAspect exception is incorrect #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
line 56:

            throw new RuntimeException("Only methods in subclasses of " + AbstractBox.class.getName() + " can  be annotated with DoNotParseDetail");

should be:

            throw new RuntimeException("Only methods in subclasses of " + AbstractBox.class.getName() + " can  be annotated with ParseDetail");

Original issue reported on code.google.com by osborn.j...@gmail.com on 25 Jun 2012 at 8:50

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r705.

Original comment by Sebastian.Annies on 6 Jul 2012 at 9:18