修改 Javadoc。

feature/net-util
ZhouXY108 2023-07-06 10:10:15 +08:00
parent 8cc55fbe7e
commit aa698726db
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import com.google.common.collect.Table;
* </p>
*
* <pre>
* new SynchronizedTable<>(HashBasedTable.create())
* SynchronizedTable.of(HashBasedTable.create())
* </pre>
*
* <p>