skiwi2 / TCG

A trading card game featuring a simple AI, initially designed for codereview.stackexchange.com Coding Challenge #2.
7 stars 1 forks source link

Interface methods should omit the public keyword #54

Open skiwi2 opened 10 years ago

skiwi2 commented 10 years ago

All interface declarations should omit the public keyword in their method declarations.