Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jobulcke committed Nov 19, 2024
1 parent 279d2b4 commit 7ca66cb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import be.vlaanderen.informatievlaanderen.ldes.server.domain.model.FragmentationConfig;
import be.vlaanderen.informatievlaanderen.ldes.server.domain.model.ViewName;
import be.vlaanderen.informatievlaanderen.ldes.server.domain.model.ViewSpecification;
import be.vlaanderen.informatievlaanderen.ldes.server.domain.rest.PrefixConstructor;
import be.vlaanderen.informatievlaanderen.ldes.server.domain.rest.HostNamePrefixConstructorConfig;
import be.vlaanderen.informatievlaanderen.ldes.server.domain.rest.RelativeUriPrefixConstructor;
import be.vlaanderen.informatievlaanderen.ldes.server.domain.versioning.VersionHeaderFilterConfig;
Expand Down Expand Up @@ -66,7 +65,7 @@
ViewSpecificationConverter.class, PrefixAdderImpl.class, ValidatorsConfig.class,
AdminRestResponseEntityExceptionHandler.class, RetentionModelExtractor.class, CharsetEncodingConfig.class,
FragmentationConfigExtractor.class, HostNamePrefixConstructorConfig.class, RelativeUriPrefixConstructor.class, RdfModelConverter.class, VersionHeaderFilterConfig.class})
@Import(BuildProperties.class)
@Import(AdminEventStreamsRestControllerTest.VersionConfig.class)
class AdminEventStreamsRestControllerTest {
private static final String COLLECTION = "name1";
public static final String TIMESTAMP_PATH = "http://purl.org/dc/terms/created";
Expand Down

0 comments on commit 7ca66cb

Please sign in to comment.