Skip to content

Commit

Permalink
Fixed extended property factory registration
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Aug 21, 2010
1 parent 7fe6c41 commit e634a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>net.fortuna.ical4j</groupId>
<artifactId>ical4j</artifactId>
<version>1.0-rc3</version>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Expand Up @@ -43,7 +43,7 @@ public class ContentBuilder extends net.fortuna.ical4j.model.ContentBuilder {
super(init)
}

def registerProperties() {
def registerExtendedProperties() {
// register property factories..
registerFactory('wrcalname', new WrCalNameFactory())
}
Expand Down

0 comments on commit e634a03

Please sign in to comment.