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 1p28Al-0006Or-V8 for pgsql-jdbc@arkaria.postgresql.org; Mon, 05 Dec 2022 09:54:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1p28Ak-0000aI-Id for pgsql-jdbc@arkaria.postgresql.org; Mon, 05 Dec 2022 09:54:02 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p28Ak-0000a8-9O for pgsql-jdbc@lists.postgresql.org; Mon, 05 Dec 2022 09:54:02 +0000 Received: from out-18.smtp.github.com ([192.30.252.201] helo=smtp.github.com) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p28Af-0001MO-Ks for pgsql-jdbc@lists.postgresql.org; Mon, 05 Dec 2022 09:54:01 +0000 Received: from github.com (hubbernetes-node-ac686ff.va3-iad.github.net [10.48.210.55]) by smtp.github.com (Postfix) with ESMTPA id 886683403AC for ; Mon, 5 Dec 2022 01:53:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1670234035; bh=Lz5Cxw1qb9klulgeTSjwaYjmJBf5cD+Z7oZQLfqAkfM=; h=Date:From:To:Subject:From; b=eTYsjbqjBCgxMi4VD4PILXXl0/DUpHX1hVP24yJrZCbiqB46c7L471lJLdI85qbo+ SAqxzibO0orhJvsUOTGnOg2Juf+Q8/No5stFPrC9AETz8Y8POgEMycIPSI6s6H/ynz RDEH7lqQN+5rIZvohXKaJ9A2FaTI2zMb6gr1yJW0= Date: Mon, 05 Dec 2022 01:53:55 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] d84ee0: style: Style only change, use diamond operator in ... 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: d84ee075611c9d6632fab0ead326e17617578d87 https://github.com/pgjdbc/pgjdbc/commit/d84ee075611c9d6632fab0ead326e17617578d87 Author: robin.bygrave Date: 2022-12-05 (Mon, 05 Dec 2022) Changed paths: M pgjdbc/src/main/java/org/postgresql/PGProperty.java Log Message: ----------- style: Style only change, use diamond operator in PGProperty