mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-20 22:23:52 +00:00
fix: typos in documentation files (#3186)
* Update CannotSubtractException.java * Update CachingTest.java * Update App.java * Update caching.urm.puml * Update update-method.urm.puml
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package com.iluwatar;
|
||||
/**
|
||||
* An exception for when the user tries to subtract two diffrent currencies or subtract an amount he doesn't have.
|
||||
* An exception for when the user tries to subtract two different currencies or subtract an amount he doesn't have.
|
||||
*/
|
||||
public class CannotSubtractException extends Exception {
|
||||
/**
|
||||
@@ -12,4 +12,4 @@ public class CannotSubtractException extends Exception {
|
||||
super(message);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user