Skip to content

Commit

Permalink
Minor. Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ullenius committed Nov 18, 2022
1 parent 1ae1a7f commit 999bccd
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/main/java/se/anosh/spctag/dao/SpcFileReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,11 @@ else if (tag == MISSING_ID666_TAG) {
*
* Checks if tag format is text format (as opposed to binary)
* It is kind of ambigious which format is used since there are
* no real inidcator in the file format specification.
*
* no real indicators in the file format specification.
* --
* BUGS:
* This method only works if the artist field is set...
* and if the artist name doesn't start with a digit
*
* On the other hand... The only other value that is affected
* is the single byte that determines the emulator used for creating
* the dump. And who cares? It's not even properly set in most SPC-files.
*
*/
private boolean hasBinaryTagFormat() throws IOException {
final char first = parse(Id666.Field.ARTIST_OF_SONG_BINARY_FORMAT,
Expand Down

0 comments on commit 999bccd

Please sign in to comment.