From f51f6da7319787348c38b875652b5c0e9f88c8aa Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Mon, 13 Apr 2020 18:43:13 -0400 Subject: Cleanup pass Pass to do some cleanups --- src/main/java/bjc/esodata/DoubleSided.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/main/java/bjc/esodata/DoubleSided.java') diff --git a/src/main/java/bjc/esodata/DoubleSided.java b/src/main/java/bjc/esodata/DoubleSided.java index 6ecbdcf..8ac6684 100644 --- a/src/main/java/bjc/esodata/DoubleSided.java +++ b/src/main/java/bjc/esodata/DoubleSided.java @@ -2,7 +2,7 @@ package bjc.esodata; /** * Interface for a double-sided object. - * + * * @author bjculkin * */ @@ -10,8 +10,7 @@ public interface DoubleSided { /** * Flips the object. * - * The active side becomes inactive, and the inactive side becomes - * active. + * The active side becomes inactive, and the inactive side becomes active. */ void flip(); -- cgit v1.2.3