Skip to content

Commit

Permalink
update to the last version of dartling
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanr committed Nov 22, 2012
1 parent c3f9920 commit 9cc81e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/gen/concept/attribute/entries.dart
Expand Up @@ -31,7 +31,7 @@ class AttributeEntries extends ModelEntries {
Entities newEntities(String conceptCode) {
var concept = model.concepts.findByCode(conceptCode);
if (concept == null) {
throw new ConceptException("${conceptCode} concept does not exist.") ;
throw new ConceptError("${conceptCode} concept does not exist.") ;
}
if (concept.code == "City") {
return new Cities(concept);
Expand Down Expand Up @@ -62,7 +62,7 @@ class AttributeEntries extends ModelEntries {
ConceptEntity newEntity(String conceptCode) {
var concept = model.concepts.findByCode(conceptCode);
if (concept == null) {
throw new ConceptException("${conceptCode} concept does not exist.") ;
throw new ConceptError("${conceptCode} concept does not exist.") ;
}
if (concept.code == "City") {
return new City(concept);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
@@ -1 +1 @@
{"packages":{"dartling":{"version":"0.1.0","source":"git","description":{"url":"git://github.com/dzenanr/dartling.git","ref":null,"resolved-ref":"268ef3644d4fa050436f949941b502339a5882fd"}},"unittest":{"version":"0.0.0-r.14669","source":"sdk","description":"unittest"}}}
{"packages":{"dartling":{"version":"0.0.9","source":"git","description":{"url":"git://github.com/dzenanr/dartling.git","ref":null,"resolved-ref":"f19b4520cef3a897af3c9cb4be6dbfd5b0484a30"}},"unittest":{"version":"0.0.0-r.15130","source":"sdk","description":"unittest"}}}

0 comments on commit 9cc81e3

Please sign in to comment.