Merge "Omaha #3549 fix spelling in exceptions" into omaha_14.4.1
Former-commit-id:b77eb54d1f
[formerly2cd98dcd89
] [formerlydf66067c53
] [formerly029d66274b
[formerlydf66067c53
[formerly 47531ae8a49c5d2c6900a4c557339b2b3f179802]]] Former-commit-id:029d66274b
Former-commit-id: ad7d3a1538de95a55673baed21963ac736c47965 [formerlyf6cffc642d
] Former-commit-id:2308d63dbd
This commit is contained in:
commit
b0b4fdcd22
1 changed files with 3 additions and 2 deletions
|
@ -57,6 +57,7 @@ import com.vividsolutions.jts.geom.Coordinate;
|
|||
* Jan 18, 2013 1469 bkowal Removed the hdf5 data directory.
|
||||
* Mar 28, 2014 2952 mpduff Changed to use UFStatus for logging.
|
||||
* Jun 05, 2014 3226 bclement BinLightning refactor
|
||||
* Aug 20, 2014 3549 njensen Fixed spelling in exceptions
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -183,10 +184,10 @@ public class MpeLightningSrv {
|
|||
|
||||
} catch (StorageException se) {
|
||||
throw new EdexException(
|
||||
"Could not retrive datasets from datastore : " + se);
|
||||
"Could not retrieve datasets from datastore : " + se);
|
||||
} catch (HibernateException he) {
|
||||
throw new EdexException(
|
||||
"Could not insert into ifhs ligthning table : " + he);
|
||||
"Could not insert into ifhs lightning table : " + he);
|
||||
} catch (Exception e) {
|
||||
throw new EdexException("Could not convert to grid coordinate : "
|
||||
+ e);
|
||||
|
|
Loading…
Add table
Reference in a new issue