Skip to content

Commit c3c7fc0

Browse files
committed
Polish smoke test with removal of View support in Couchbase
See gh-21383
1 parent 07958ac commit c3c7fc0

File tree

1 file changed

+1
-3
lines changed
  • spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase

1 file changed

+1
-3
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase/UserRepository.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -16,10 +16,8 @@
1616

1717
package smoketest.data.couchbase;
1818

19-
import org.springframework.data.couchbase.core.query.ViewIndexed;
2019
import org.springframework.data.couchbase.repository.CouchbaseRepository;
2120

22-
@ViewIndexed(designDoc = "user", viewName = "all")
2321
public interface UserRepository extends CouchbaseRepository<User, String> {
2422

2523
}

0 commit comments

Comments
 (0)