mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 00:58:24 +00:00
Formatted all files to the same standard
This commit is contained in:
@@ -3,11 +3,11 @@ package com.iluwatar;
|
||||
/**
|
||||
*
|
||||
* Iterator interface.
|
||||
*
|
||||
*
|
||||
*/
|
||||
public interface ItemIterator {
|
||||
|
||||
boolean hasNext();
|
||||
|
||||
|
||||
Item next();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user