Polish
This commit is contained in:
parent
d1a4d6958a
commit
58d0776abe
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue