Commit bc8ca145 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Minor code style.

Fix some comment misspellings and formatting, and remove unused imports.
parent b10de602
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
package com.jmatio.io;

import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
@@ -744,7 +741,7 @@ public class MatFileReader
                
                MLStructure struct = new MLStructure(name, dims, type, attributes);

                //field name lenght - this subelement always uses the compressed data element format
                // field name length - this subelement always uses the compressed data element format
                tag = new ISMatTag(buf);
                int maxlen = buf.getInt(); //maximum field length