buildframework/helium/sf/java/antdata/src/com/nokia/helium/ant/data/PropertyCommentMeta.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/java/antdata/src/com/nokia/helium/ant/data/PropertyCommentMeta.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/antdata/src/com/nokia/helium/ant/data/PropertyCommentMeta.java	Fri Aug 13 14:59:05 2010 +0300
@@ -17,8 +17,6 @@
 
 package com.nokia.helium.ant.data;
 
-import java.io.IOException;
-
 import org.dom4j.Comment;
 
 /**
@@ -31,9 +29,8 @@
      * 
      * @param parent The parent meta object.
      * @param propertyNode XML node representing the comment.
-     * @throws IOException
      */
-    public PropertyCommentMeta(AntObjectMeta parent, Comment comment) throws IOException {
+    public PropertyCommentMeta(AntObjectMeta parent, Comment comment) {
         super(parent, comment);
     }