Improved comments for the facade example.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
*
|
||||
* DwarvenMineWorker is one of the goldmine subsystems.
|
||||
*
|
||||
*/
|
||||
public abstract class DwarvenMineWorker {
|
||||
|
||||
public void goToSleep() {
|
||||
|
Reference in New Issue
Block a user