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 1p9SHV-0004g3-08 for pgsql-jdbc@arkaria.postgresql.org; Sun, 25 Dec 2022 14:47:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1p9SHS-000170-Eq for pgsql-jdbc@arkaria.postgresql.org; Sun, 25 Dec 2022 14:47:14 +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 1p9SHS-00016r-5s for pgsql-jdbc@lists.postgresql.org; Sun, 25 Dec 2022 14:47:14 +0000 Received: from out-21.smtp.github.com ([192.30.252.204] 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 1p9SHL-0008Q7-H1 for pgsql-jdbc@lists.postgresql.org; Sun, 25 Dec 2022 14:47:12 +0000 Received: from github.com (hubbernetes-node-7594f38.ac4-iad.github.net [10.52.12.67]) by smtp.github.com (Postfix) with ESMTPA id 5E2F05204BE for ; Sun, 25 Dec 2022 06:47:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1671979626; bh=qkj3OjGEKWLpSjHZhGjK9yE0bWs9NDhqmy78v2voguU=; h=Date:From:To:Subject:From; b=pHC3EaNci0D/DN28QH1siJb/8fMpW/M58zViqlDZ1RKK9UWj3d+BZykain0SOXY4Z s2DNoAv8d63Bp1d4ufoSJm9PhoPD+a2/kiz5penx7DtAYAge8Lh/DATRgiFlqK1q/c WgVrAUsJcH0vtA2fUvdYI6tov3SZB4a0MIvXz/Ao= Date: Sun, 25 Dec 2022 06:47:06 -0800 From: Alaa Attya Mohamed To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] d944a8: minor: set private attribute as final (#2704) 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: d944a8a1b733b6dedbd0823f0541017401794742 https://github.com/pgjdbc/pgjdbc/commit/d944a8a1b733b6dedbd0823f0541017401794742 Author: Alaa Attya Mohamed Date: 2022-12-25 (Sun, 25 Dec 2022) Changed paths: M pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java Log Message: ----------- minor: set private attribute as final (#2704)