From 2a7b3343bfc220a2e8081397fedad3e9653679e9 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Tue, 22 Oct 2019 12:35:38 +0200 Subject: Fix comments in UnsupposertedValueOperationException --- .../mimuw/cloudatlas/model/UnsupportedValueOperationException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/pl/edu/mimuw/cloudatlas/model/UnsupportedValueOperationException.java b/src/pl/edu/mimuw/cloudatlas/model/UnsupportedValueOperationException.java index 0cab2fb..bb3aa1f 100644 --- a/src/pl/edu/mimuw/cloudatlas/model/UnsupportedValueOperationException.java +++ b/src/pl/edu/mimuw/cloudatlas/model/UnsupportedValueOperationException.java @@ -50,7 +50,7 @@ public class UnsupportedValueOperationException extends UnsupportedOperationExce } /** - * Gets a type of value that was an argument to an operation that caused this exception. + * Gets the type of value that was the argument to the operation that caused this exception. * * @return first argument of the operation */ @@ -59,7 +59,7 @@ public class UnsupportedValueOperationException extends UnsupportedOperationExce } /** - * Gets an operation that caused this exception. + * Gets the operation that caused this exception. * * @return the operation */ -- cgit v1.2.3