Polish
This commit is contained in:
@@ -19,7 +19,7 @@ package org.springframework.boot.autoconfigure.data.alt.couchbase;
|
||||
import org.springframework.boot.autoconfigure.data.couchbase.city.City;
|
||||
import org.springframework.data.repository.reactive.ReactiveCrudRepository;
|
||||
|
||||
public interface ReactiveCityCouchbaseRepository extends
|
||||
ReactiveCrudRepository<City, Long> {
|
||||
public interface ReactiveCityCouchbaseRepository
|
||||
extends ReactiveCrudRepository<City, Long> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user