Skip to content
Open

1-4 #296

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/main/java/com/github/hcsp/Home.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package com.github.hcsp;

import com.github.hcsp.pet1.Cat;
import com.github.hcsp.pet2.Cat;

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