Clean up javaDocs on Printer.java #324
This commit is contained in:
parent
623c2081cd
commit
ad714294dd
@ -1,12 +1,14 @@
|
||||
package com.iluwatar.delegation.simple;
|
||||
|
||||
import com.iluwatar.delegation.simple.printers.CanonPrinter;
|
||||
import com.iluwatar.delegation.simple.printers.EpsonPrinter;
|
||||
import com.iluwatar.delegation.simple.printers.HpPrinter;
|
||||
|
||||
/**
|
||||
* Interface that both the Controller and the Delegate will implement.
|
||||
*
|
||||
* @see com.iluwatar.delegation.simple.printers.CanonPrinter
|
||||
* @see com.iluwatar.delegation.simple.printers.EpsonPrinter
|
||||
* @see CanonPrinter
|
||||
* @see EpsonPrinter
|
||||
* @see HpPrinter
|
||||
*/
|
||||
public interface Printer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user