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;
|
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;
|
import com.iluwatar.delegation.simple.printers.HpPrinter;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface that both the Controller and the Delegate will implement.
|
* Interface that both the Controller and the Delegate will implement.
|
||||||
*
|
*
|
||||||
* @see com.iluwatar.delegation.simple.printers.CanonPrinter
|
* @see CanonPrinter
|
||||||
* @see com.iluwatar.delegation.simple.printers.EpsonPrinter
|
* @see EpsonPrinter
|
||||||
* @see HpPrinter
|
* @see HpPrinter
|
||||||
*/
|
*/
|
||||||
public interface Printer {
|
public interface Printer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user