mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 16:59:24 +00:00
Formatted all files to the same standard
This commit is contained in:
@@ -3,10 +3,10 @@ package com.iluwatar;
|
||||
/**
|
||||
*
|
||||
* Interface for objects.
|
||||
*
|
||||
*
|
||||
*/
|
||||
public interface Potion {
|
||||
|
||||
public void drink();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user