mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
Print statement
This commit is contained in:
@@ -41,6 +41,7 @@ public class BlobNode extends FileNode {
|
||||
return false;
|
||||
}
|
||||
BlobNode that = (BlobNode) obj;
|
||||
System.out.println("that: " + that + ", blob: " + blob + ", that.blob: " + that.blob);
|
||||
return super.equals(that) && blob.equals(that.blob);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user