summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/esodata/DoubleSided.java
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-04-13 18:43:13 -0400
committerBen Culkin <scorpress@gmail.com>2020-04-13 18:43:13 -0400
commitf51f6da7319787348c38b875652b5c0e9f88c8aa (patch)
tree943888fc724da2d2dedd89abec99dcbfcc089fd0 /src/main/java/bjc/esodata/DoubleSided.java
parent9052ed6da37af23ea82588d248f409e60a33c6cb (diff)
Cleanup pass
Pass to do some cleanups
Diffstat (limited to 'src/main/java/bjc/esodata/DoubleSided.java')
-rw-r--r--src/main/java/bjc/esodata/DoubleSided.java5
1 files changed, 2 insertions, 3 deletions
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();