fix comment

This commit is contained in:
Looly 2021-09-15 09:21:21 +08:00
parent 1b0d5d2cf1
commit 2822c6e834

View File

@ -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();