From 3f258040f480716dffe6cf7d84b2bf438c289e54 Mon Sep 17 00:00:00 2001 From: vanitasvitae Date: Wed, 18 Feb 2015 21:54:26 +0100 Subject: [PATCH] Added ringsettings functionality and cleaned some code. --- app/src/main/java/de/vanitasvitae/enigmandroid/Enigma.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/de/vanitasvitae/enigmandroid/Enigma.java b/app/src/main/java/de/vanitasvitae/enigmandroid/Enigma.java index 5459367..52d664d 100644 --- a/app/src/main/java/de/vanitasvitae/enigmandroid/Enigma.java +++ b/app/src/main/java/de/vanitasvitae/enigmandroid/Enigma.java @@ -187,7 +187,7 @@ public class Enigma } /** - * Set the plugboard to a new created object and give it the configuration + * Set the plugboard to a new created object and set the configuration * * @param c configuration * @throws Plugboard.PlugAlreadyUsedException