Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pA7co-0005fb-LV for pgsql-jdbc@arkaria.postgresql.org; Tue, 27 Dec 2022 10:56:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pA7cn-00063G-4R for pgsql-jdbc@arkaria.postgresql.org; Tue, 27 Dec 2022 10:56:01 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pA7cm-00061A-R8 for pgsql-jdbc@lists.postgresql.org; Tue, 27 Dec 2022 10:56:00 +0000 Received: from out-26.smtp.github.com ([192.30.252.209] helo=smtp.github.com) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pA7cf-0004yg-UO for pgsql-jdbc@lists.postgresql.org; Tue, 27 Dec 2022 10:55:59 +0000 Received: from github.com (hubbernetes-node-f66f62c.ash1-iad.github.net [10.56.211.57]) by smtp.github.com (Postfix) with ESMTPA id 990185E01BB for ; Tue, 27 Dec 2022 02:55:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1672138552; bh=nVuYDPeTrPuzQwMM0glAxc/Tw2dlKTFJwzQSZ71Qxl8=; h=Date:From:To:Subject:From; b=fPJo/ua7jxedWJMRr3uiguIp1I2+FZuUJtUoxCuBAmFDp1+ZXXVzzH0rs5a/33Hrq 6ZHJYm8Qb/O9ty3e4gzqZASuT7gLeZYN4Cj4mzRRzNHR/D+C5UTZIvNfqeRKIdmZt4 7sU4eCwxPRlulRq3huRWNyC/eX3kiNabEIe3PPKo= Date: Tue, 27 Dec 2022 02:55:52 -0800 From: Alaa Attya Mohamed To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] fdf73a: minor: enhance readability connection of startup p... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: fdf73a3ef65939c133dafaf9cf075d156bed7ec8 https://github.com/pgjdbc/pgjdbc/commit/fdf73a3ef65939c133dafaf9cf075d156bed7ec8 Author: Alaa Attya Mohamed Date: 2022-12-27 (Tue, 27 Dec 2022) Changed paths: M pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java Log Message: ----------- minor: enhance readability connection of startup params (#2705) * minor: set private attribute as final * minor: enhance readability of startup params