Skip to content

Commit

Permalink
Clean up javaDocs on Printer.java iluwatar#324
Browse files Browse the repository at this point in the history
  • Loading branch information
mikulucky committed Dec 30, 2015
1 parent 623c208 commit ad71429
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit ad71429

Please sign in to comment.