Removing an Unused Import

This commit is contained in:
Ali Dehghani 2020-07-02 13:17:28 +04:30
parent a222727c3e
commit 5aa4950b33
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
package com.baeldung.objectsize;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
public class Professor {