From 28d2bdaf76eb221c149f1797eb478d2d565de230 Mon Sep 17 00:00:00 2001 From: Christian Biasuzzi Date: Tue, 31 Jan 2017 18:18:45 +0100 Subject: [PATCH] fixes code style --- .../src/main/java/eu/itesla_project/wca/WCAConfig.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wca-integration/src/main/java/eu/itesla_project/wca/WCAConfig.java b/wca-integration/src/main/java/eu/itesla_project/wca/WCAConfig.java index d4fe6676..4ec116e8 100644 --- a/wca-integration/src/main/java/eu/itesla_project/wca/WCAConfig.java +++ b/wca-integration/src/main/java/eu/itesla_project/wca/WCAConfig.java @@ -65,7 +65,9 @@ public boolean isExportStates() { return exportStates; } - public WCARestrictingThresholdLevel getRestrictingThresholdLevel() { return restrictingThresholdLevel; } + public WCARestrictingThresholdLevel getRestrictingThresholdLevel() { + return restrictingThresholdLevel; + } @Override public String toString() {