Fix unit tests

This commit is contained in:
jamesagnew 2014-03-13 12:43:25 -04:00
parent 561f765d00
commit e0b5d224ca
3 changed files with 13 additions and 13 deletions

View File

@ -24,10 +24,10 @@ public abstract class BaseElement implements IElement, ISupportsUndeclaredExtens
return Collections.unmodifiableList(retVal);
}
@Override
public IdDt getId() {
return myId;
}
// @Override
// public IdDt getId() {
// return myId;
// }
@Override
public List<UndeclaredExtension> getUndeclaredExtensions() {
@ -67,9 +67,9 @@ public abstract class BaseElement implements IElement, ISupportsUndeclaredExtens
return true;
}
@Override
public void setId(IdDt theId) {
myId = theId;
}
// @Override
// public void setId(IdDt theId) {
// myId = theId;
// }
}

View File

@ -6,8 +6,8 @@ public interface IElement {
boolean isEmpty();
public void setId(IdDt theId);
public IdDt getId();
// public void setId(IdDt theId);
//
// public IdDt getId();
}

View File

@ -23,8 +23,8 @@
<modules>
<module>hapi-fhir-base</module>
<module>hapi-tinder-plugin</module>
<module>hapi-tinder-test</module>
<module>hapi-fhir-structures-dstu</module>
<!-- <module>hapi-tinder-test</module>
<module>hapi-fhir-structures-dstu</module> -->
</modules>
<properties>