From fffbc8d5fa9dbca93083161d7be3a652573314fb Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 23 Aug 2014 01:43:52 +0000 Subject: [PATCH] Docstring fix --- app/src/main/java/i2p/bote/android/service/Init.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/i2p/bote/android/service/Init.java b/app/src/main/java/i2p/bote/android/service/Init.java index cc9dfab..4612f37 100644 --- a/app/src/main/java/i2p/bote/android/service/Init.java +++ b/app/src/main/java/i2p/bote/android/service/Init.java @@ -36,7 +36,7 @@ public class Init { /** * Parses settings and prepares the system for starting the Bote service. - * @return true if we should use the internal router, false otherwise. + * @return the router choice. */ public RouterChoice initialize(IRouterState stateService) { // Set up the locations so Router and WorkingDir can find them