You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2014/02/15 20:20:35 UTC

[2/3] git commit: Add missing @since javadoc tags

Add missing @since javadoc tags


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/20e1711f
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/20e1711f
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/20e1711f

Branch: refs/heads/master
Commit: 20e1711fdf343694d47c7f9bdcab13a6077070ba
Parents: 7152f8d
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Sat Feb 15 14:20:04 2014 -0500
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Sat Feb 15 14:20:04 2014 -0500

----------------------------------------------------------------------
 .../org/apache/tapestry5/jpa/TapestryPersistenceUnitInfo.java  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/20e1711f/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/TapestryPersistenceUnitInfo.java
----------------------------------------------------------------------
diff --git a/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/TapestryPersistenceUnitInfo.java b/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/TapestryPersistenceUnitInfo.java
index e1b193f..4c3c0d0 100644
--- a/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/TapestryPersistenceUnitInfo.java
+++ b/tapestry-jpa/src/main/java/org/apache/tapestry5/jpa/TapestryPersistenceUnitInfo.java
@@ -1,4 +1,4 @@
-// Copyright 2011, 2013 The Apache Software Foundation
+// Copyright 2011, 2014 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -161,11 +161,13 @@ public interface TapestryPersistenceUnitInfo extends PersistenceUnitInfo
      *
      * @param properties
      *         properties to initialize EntityManagerFactory with
+     *         @since 5.4
      */
     TapestryPersistenceUnitInfo setEntityManagerProperties(Map properties);
 
     /**
-     * @return Returns the supplied EntityManagerFactory properties. Returns null if not set
+     * @return Returns the supplied EntityManagerFactory properties. Returns null if not set.
+     * @since 5.4
      */
     Map getEntityManagerProperties();
 }