check verbose flag

This commit is contained in:
2022-02-27 17:35:50 -06:00
parent c8364d8a6e
commit f2347e8fc2

View File

@@ -15,7 +15,7 @@ public class GraphDataObjectReader {
BufferedInputStream fileIn = new BufferedInputStream(new FileInputStream(filename));
ObjectInputStream in = new ObjectInputStream(fileIn))
{
if(verbose) {
if (this.verbose) {
System.out.println("Reading graph data from file. This may take some time");
System.out.println("File I/O time is not included in results");
}