Merged with the latest master snapshot.

This commit is contained in:
mochaholic 2015-02-23 08:49:21 -07:00
parent c13b0363dd
commit a4b545ba21
3 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ public class FhirDev implements IFhirVersion {
}
@Override
//@Override
public IBaseExtension<?> newExtension() {
return null;
}

View File

@ -380,7 +380,7 @@ public class FhirDstu1 implements IFhirVersion {
return ContainedDt.class;
}
@Override
//@Override
public IBaseExtension<?> newExtension() {
return null;
}

View File

@ -93,7 +93,7 @@ public class FhirDstu2 implements IFhirVersion {
throw new UnsupportedOperationException();
}
@Override
//@Override
public IBaseExtension<?> newExtension() {
return null;
}