File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
record-api-mongo/src/main/java/eu/europeana/api/record/db/repository
record-api-web/src/main/java/eu/europeana/api/record Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class RecordRepository implements ObjectRepository<ProvidedCHO>
34
34
35
35
private static final Logger LOGGER = LogManager .getLogger (RecordRepository .class );
36
36
37
- @ Resource (name = AppConfigConstants .BEAN_RECORD_DATA_STORE )
37
+ // @Resource(name = AppConfigConstants.BEAN_RECORD_DATA_STORE)
38
38
protected Datastore datastore ;
39
39
40
40
public RecordRepository (Datastore ds ) {
Original file line number Diff line number Diff line change 21
21
import eu .europeana .api .config .AppConfigConstants ;
22
22
import eu .europeana .api .format .RdfFormat ;
23
23
import eu .europeana .api .record .profile .ViewProfileRegistry ;
24
- import eu .europeana .api .record .db .repository .OptimisedRecordRepositoryCopy ;
25
24
import eu .europeana .api .record .db .repository .RecordRepository ;
26
25
import eu .europeana .api .record .io .FormatHandlerRegistry ;
27
26
import eu .europeana .api .record .io .FormatHandlerRegistryV2 ;
You can’t perform that action at this time.
0 commit comments