Skip to content

Commit

Permalink
Fixing compilation issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Jul 15, 2019
1 parent d18a1c0 commit e291cd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code-samples/01-OOPS/08-Composition/Bird.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import java.util.*;

public class Bird {
public String reproduction = "egg";
public String outerCovering = "feather";
Expand Down

0 comments on commit e291cd7

Please sign in to comment.