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 1p1ymA-0001l8-05 for pgsql-jdbc@arkaria.postgresql.org; Sun, 04 Dec 2022 23:52: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 1p1yl9-0000ba-2y for pgsql-jdbc@arkaria.postgresql.org; Sun, 04 Dec 2022 23:50:59 +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 1p1yl8-0000bL-Gy for pgsql-jdbc@lists.postgresql.org; Sun, 04 Dec 2022 23:50:58 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p1yl5-00038b-T2 for pgsql-jdbc@lists.postgresql.org; Sun, 04 Dec 2022 23:50:57 +0000 Received: from github.com (hubbernetes-node-92a6320.va3-iad.github.net [10.48.200.11]) by smtp.github.com (Postfix) with ESMTPA id CF17CE03F4 for ; Sun, 4 Dec 2022 15:50:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1670197854; bh=mV8d9nSFZKsQQNVz4P/BjuvWrqLeQtg/3Q2WB0NxEKE=; h=Date:From:To:Subject:From; b=tppdyCTGyR66XnzlIzprIJWEyzvRY2l1vBEdU4RgEHMgOJGy10MDNgyGl03koX/et IAvZT7JjWb0m1xfM0GkkWhTMiQvTGFrOde0ftoTdGrzrrNFby8csjS39515ge1ojU1 3dIgnSsO542BDd774Vw2EQMk8JnDdjyLMI166iWw= Date: Sun, 04 Dec 2022 15:50:54 -0800 From: Rob Bygrave To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 3b66f2: style: Style only change to use diamond operator i... 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: 3b66f27a4b62a31fae0b909c7fa0220542af2fc4 https://github.com/pgjdbc/pgjdbc/commit/3b66f27a4b62a31fae0b909c7fa0220542af2fc4 Author: Rob Bygrave Date: 2022-12-05 (Mon, 05 Dec 2022) Changed paths: M pgjdbc/src/main/java/org/postgresql/core/Oid.java Log Message: ----------- style: Style only change to use diamond operator in Oid