Skip to content

Commit 5e56085

Browse files
committed
Expose TemplateSupport from Template.
Closes #1210.
1 parent 66cc1b5 commit 5e56085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/springframework/data/couchbase/core/CouchbaseTemplate.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ private void prepareIndexCreator(final ApplicationContext context) {
193193
}
194194
}
195195

196-
TemplateSupport support() {
196+
public TemplateSupport support() {
197197
return templateSupport;
198198
}
199199

src/main/java/org/springframework/data/couchbase/core/ReactiveCouchbaseTemplate.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public CouchbaseConverter getConverter() {
147147
return converter;
148148
}
149149

150-
ReactiveTemplateSupport support() {
150+
public ReactiveTemplateSupport support() {
151151
return templateSupport;
152152
}
153153

0 commit comments

Comments
 (0)