You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2020/08/06 18:18:06 UTC

[db-jdo] branch master updated: JDO-692: defined a constant for javax.jdo.spi.PropertiesFileName

This is an automated email from the ASF dual-hosted git repository.

mbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/master by this push:
     new 78f741d  JDO-692: defined a constant for javax.jdo.spi.PropertiesFileName
78f741d is described below

commit 78f741dfa2dfd6b6655fa697c333a9198ec3f9b8
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Thu Aug 6 20:17:56 2020 +0200

    JDO-692: defined a constant for javax.jdo.spi.PropertiesFileName
---
 api/src/main/java/javax/jdo/Constants.java | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/api/src/main/java/javax/jdo/Constants.java b/api/src/main/java/javax/jdo/Constants.java
index ca3a76c..3400fd1 100644
--- a/api/src/main/java/javax/jdo/Constants.java
+++ b/api/src/main/java/javax/jdo/Constants.java
@@ -837,6 +837,14 @@ public interface Constants {
         = "javax.jdo.option.Name";
 
     /**
+     * "javax.jdo.spi.PropertiesFileName"
+     *
+     * @since 3.2
+     */
+    static String PROPERTY_SPI_PROPERTIES_FILE_NAME
+            = "javax.jdo.spi.PropertiesFileName";
+
+    /**
      * "javax.jdo.option.spi.ResourceName"
      * @since 2.1
      */