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