Improved comments for the facade example.

This commit is contained in:
Ilkka Seppala
2014-12-06 14:43:40 +02:00
parent 9336284814
commit 2be1ced00a
6 changed files with 31 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* DwarvenMineWorker is one of the goldmine subsystems.
*
*/
public abstract class DwarvenMineWorker {
public void goToSleep() {