Skip to content

Commit

Permalink
Revert "Update Home.java (#417)"
Browse files Browse the repository at this point in the history
This reverts 711cae2.
  • Loading branch information
ByteLegendBot committed Sep 18, 2023
1 parent 711cae2 commit 3f1b41e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/bytelegend/Home.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package com.bytelegend;

import com.bytelegend.pet1.Cat;
import com.bytelegend.pet2.Cat;

public class Home {
Cat cat1;
com.bytelegend.pet2.Cat cat2;
Cat cat2;
}

0 comments on commit 3f1b41e

Please sign in to comment.