From 42eef2f0804100728451afcc085f0940cbbc44c4 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 17 Nov 2019 11:29:05 +0100 Subject: Cleanup whitespace --- .../cloudatlas/interpreter/NoSuchAttributeException.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/main/java/pl/edu/mimuw/cloudatlas/interpreter/NoSuchAttributeException.java') diff --git a/src/main/java/pl/edu/mimuw/cloudatlas/interpreter/NoSuchAttributeException.java b/src/main/java/pl/edu/mimuw/cloudatlas/interpreter/NoSuchAttributeException.java index b85438c..800bd09 100644 --- a/src/main/java/pl/edu/mimuw/cloudatlas/interpreter/NoSuchAttributeException.java +++ b/src/main/java/pl/edu/mimuw/cloudatlas/interpreter/NoSuchAttributeException.java @@ -26,14 +26,14 @@ package pl.edu.mimuw.cloudatlas.interpreter; @SuppressWarnings("serial") public class NoSuchAttributeException extends InterpreterException { - private final String attribute; + private final String attribute; - protected NoSuchAttributeException(String attribute) { - super("Attribute " + attribute + " does not exist."); - this.attribute = attribute; - } + protected NoSuchAttributeException(String attribute) { + super("Attribute " + attribute + " does not exist."); + this.attribute = attribute; + } - public String getAttribute() { - return attribute; - } + public String getAttribute() { + return attribute; + } } -- cgit v1.2.3