Skip to content

Commit

Permalink
Merge pull request #452 from Sage-Bionetworks/revert-375-health-data-doc
Browse files Browse the repository at this point in the history
Revert "Health Data Documentation"
  • Loading branch information
DwayneJengSage authored Oct 13, 2021
2 parents d1d74e9 + 296a793 commit 2178d51
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1,177 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
import org.hibernate.engine.spi.SessionFactoryImplementor;
import org.hibernate.event.service.spi.EventListenerRegistry;
import org.hibernate.service.spi.ServiceRegistryImplementor;
import org.sagebionetworks.bridge.dynamodb.DynamoHealthDataDocumentation;
import org.sagebionetworks.bridge.dynamodb.DynamoParticipantFile;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.liquibase.LiquibaseDataSource;
Expand Down Expand Up @@ -371,12 +370,6 @@ public DynamoDBMapper healthDataEx3DdbMapper(DynamoUtils dynamoUtils) {
return dynamoUtils.getMapper(DynamoHealthDataRecordEx3.class);
}

@Bean(name = "healthDataDocumentationDbMapper")
@Autowired
public DynamoDBMapper healthDataDocumentationDbMapper(DynamoUtils dynamoUtils) {
return dynamoUtils.getMapper(DynamoHealthDataDocumentation.class);
}

@Bean(name = "activityEventDdbMapper")
@Autowired
public DynamoDBMapper activityEventDdbMapper(DynamoUtils dynamoUtils) {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2178d51

Please sign in to comment.