From 02253cb6458711b7d03381ee6994458016b27778 Mon Sep 17 00:00:00 2001 From: Merel Steenbergen Date: Fri, 5 Apr 2019 19:16:26 +0200 Subject: [PATCH] FIX::Checkstyle errors --- src/Client/src/main/java/greenify/client/Hints.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Client/src/main/java/greenify/client/Hints.java b/src/Client/src/main/java/greenify/client/Hints.java index 8e14d74..5e03535 100644 --- a/src/Client/src/main/java/greenify/client/Hints.java +++ b/src/Client/src/main/java/greenify/client/Hints.java @@ -73,13 +73,13 @@ public class Hints { this.hints.add("Underinflated tyres decrease fuel economy by up to three percent and" + " lead to increased pollution and higher greenhouse gas emissions."); this.hints.add("Meat production is extremely resource-intensive. " - +"If you gave it up just once a week, you would save the 840 gallons " + + "If you gave it up just once a week, you would save the 840 gallons " + "of fresh water it takes to produce a single serving."); this.hints.add("Plastic bad, very bad."); } /** - * This method returns a random String. + * This method returns an arbitrary String. * @return the random hint. */ public String randomHint() {