hammundo / BlackjackAndroidApp

0 stars 0 forks source link

Remove explicitly declared default constructor #7

Closed eganjs closed 4 years ago

eganjs commented 5 years ago

https://github.com/hammundo/BlackjackAndroidApp/blob/ad6deed5bc1c8bceb7ec8ea49605dc0b2403ae7e/app/src/main/java/com/example/blackjack_android_app/Deck.java#L73

This constructor is unnecessary and can be removed because it exists implicitly when no other constructor is declared