diff options
author | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2019-10-22 12:35:38 +0200 |
---|---|---|
committer | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2019-10-22 12:35:38 +0200 |
commit | 2a7b3343bfc220a2e8081397fedad3e9653679e9 (patch) | |
tree | 2e9a09006e1a61dd18f76a50f41f9f527eeb1277 /src/pl/edu/mimuw/cloudatlas/model/UnsupportedValueOperationException.java | |
parent | 218903663422b23e9b4723154b9151ea143ddb1e (diff) |
Fix comments in UnsupposertedValueOperationException
Diffstat (limited to 'src/pl/edu/mimuw/cloudatlas/model/UnsupportedValueOperationException.java')
-rw-r--r-- | src/pl/edu/mimuw/cloudatlas/model/UnsupportedValueOperationException.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |