nmaguirre / minesweeper

A Simple MineSweeper Project
6 stars 4 forks source link

Missing class comments for MinesweeperCell #93

Closed saiema closed 8 years ago

saiema commented 8 years ago

MinesweeperCell has no class comments.

Add javadoc documentation with a brief description of what the class represents.

Do not add @version or @author tags.

GonzalezDianaE commented 8 years ago

Resolved in commit 9ce515a

GonzalezDianaE commented 8 years ago

Comment corrections in commit acd87c6

elisaboselli commented 8 years ago

well done :+1: