mirror of https://gitee.com/makejava/EasyCode.git
fix: 修复注释前后包含空白问题.
This commit is contained in:
parent
a6105cf479
commit
82738df71e
|
@ -446,6 +446,7 @@ public class TableInfoServiceImpl implements TableInfoService {
|
|||
.filter(o -> o instanceof PsiDocToken)
|
||||
.map(PsiElement::getText)
|
||||
.findFirst()
|
||||
.map(String::trim)
|
||||
.orElse(null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue