From 3c67b08ff9aefc2d2a84d35be4b15c65fdfa1bed Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Fri, 29 Aug 2014 20:09:05 +0200 Subject: [PATCH] update formattings --- src/main/java/io/bitsquare/gui/CachedViewController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/bitsquare/gui/CachedViewController.java b/src/main/java/io/bitsquare/gui/CachedViewController.java index bc94725176..8e690f3969 100644 --- a/src/main/java/io/bitsquare/gui/CachedViewController.java +++ b/src/main/java/io/bitsquare/gui/CachedViewController.java @@ -33,7 +33,7 @@ public abstract class CachedViewController extends ViewController { public CachedViewController() { } - + /** * Get called form GUI framework when the UI is ready. * In caching controllers the initialize is only used for static UI setup.