mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -38,7 +38,7 @@ public class SimpleDataSource extends AbstractDataSource {
|
|||||||
* 获得一个数据源
|
* 获得一个数据源
|
||||||
*
|
*
|
||||||
* @param group 数据源分组
|
* @param group 数据源分组
|
||||||
* @return {@link SimpleDataSource}
|
* @return SimpleDataSource
|
||||||
*/
|
*/
|
||||||
synchronized public static SimpleDataSource getDataSource(String group) {
|
synchronized public static SimpleDataSource getDataSource(String group) {
|
||||||
return new SimpleDataSource(group);
|
return new SimpleDataSource(group);
|
||||||
@@ -47,7 +47,7 @@ public class SimpleDataSource extends AbstractDataSource {
|
|||||||
/**
|
/**
|
||||||
* 获得一个数据源,无分组
|
* 获得一个数据源,无分组
|
||||||
*
|
*
|
||||||
* @return {@link SimpleDataSource}
|
* @return SimpleDataSource
|
||||||
*/
|
*/
|
||||||
synchronized public static SimpleDataSource getDataSource() {
|
synchronized public static SimpleDataSource getDataSource() {
|
||||||
return new SimpleDataSource();
|
return new SimpleDataSource();
|
||||||
|
Reference in New Issue
Block a user