提交 5df526f8 编写于 作者: O Olav Loite

fix: fix indent + copyright year

上级 2eaafcfe
......@@ -155,7 +155,7 @@ public class PostgreConnectionPage extends ConnectionPageWithAuth implements ICo
if (!CommonUtils.isEmpty(connectionInfo.getHostName())) {
hostText.setText(connectionInfo.getHostName());
} else {
Object defaultHost = driver.getDriverParameter("defaultHost");
Object defaultHost = driver.getDriverParameter("defaultHost");
hostText.setText(defaultHost != null ? defaultHost.toString() : PostgreConstants.DEFAULT_HOST);
}
}
......
/*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2020 DBeaver Corp and others
* Copyright (C) 2010-2021 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册