From 68e4342f46cd8e9d10c7059e3357a33e1a7b1b1d Mon Sep 17 00:00:00 2001 From: stefanhts Date: Sat, 21 Oct 2017 12:26:36 -0400 Subject: [PATCH] Update Bar.java Added important information for interpretation of the program --- src/io/github/infraredpanda/modbars/Bar.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/io/github/infraredpanda/modbars/Bar.java b/src/io/github/infraredpanda/modbars/Bar.java index ad1f20a..7d32849 100644 --- a/src/io/github/infraredpanda/modbars/Bar.java +++ b/src/io/github/infraredpanda/modbars/Bar.java @@ -22,7 +22,8 @@ public Bar(double cal, double fat, double cholesterol, double sodium, double car this.sugar = sugar; this.protein = protein; } - +//Max Levine is a God +//#ModBarMonday public String toString() { return ("Calories : " + calories + " Fat : " + fat + "g Cholesterol : " + cholesterol + "mg Sodium : " + sodium + "mg Carbs : " + carbs + "mg Fiber : " + fiber + "g Sugar : " + sugar + "g Protein : " + protein + "g");