This commit is contained in:
Stephane Nicoll 2015-08-14 14:08:27 +02:00
parent d1a4d6958a
commit 58d0776abe
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class DataSourceProperties implements BeanClassLoaderAware, InitializingB
} }
public Class<? extends DataSource> getType() { public Class<? extends DataSource> getType() {
return type; return this.type;
} }
public void setType(Class<? extends DataSource> type) { public void setType(Class<? extends DataSource> type) {