提交 22868e23 编写于 作者: S serge-rider

#2749 SQL Server/Sybase conn page: port is optional


Former-commit-id: c39460cf
上级 23d5ffe6
......@@ -175,9 +175,7 @@ public class SQLServerConnectionPage extends ConnectionPageAbstract implements I
@Override
public boolean isComplete()
{
return hostText != null && portText != null &&
!CommonUtils.isEmpty(hostText.getText()) &&
!CommonUtils.isEmpty(portText.getText());
return hostText != null && !CommonUtils.isEmpty(hostText.getText());
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册