m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-10-22 12:35:38 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-10-22 12:35:38 +0200
commit2a7b3343bfc220a2e8081397fedad3e9653679e9 (patch)
tree2e9a09006e1a61dd18f76a50f41f9f527eeb1277 /src
parent218903663422b23e9b4723154b9151ea143ddb1e (diff)
Fix comments in UnsupposertedValueOperationException
Diffstat (limited to 'src')
-rw-r--r--src/pl/edu/mimuw/cloudatlas/model/UnsupportedValueOperationException.java4
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
*/