You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2020/02/27 22:53:58 UTC

[directory-server] branch master updated: Fixed some javadoc

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 6653680  Fixed some javadoc
6653680 is described below

commit 6653680927bf05163874a747e88d19a4bbb5f372
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Thu Feb 27 23:53:49 2020 +0100

    Fixed some javadoc
---
 .../main/java/org/apache/directory/server/core/api/CoreSession.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core-api/src/main/java/org/apache/directory/server/core/api/CoreSession.java b/core-api/src/main/java/org/apache/directory/server/core/api/CoreSession.java
index 5d96b28..383cda1 100644
--- a/core-api/src/main/java/org/apache/directory/server/core/api/CoreSession.java
+++ b/core-api/src/main/java/org/apache/directory/server/core/api/CoreSession.java
@@ -853,8 +853,7 @@ public interface CoreSession
      * Retrieve a transaction associated with a partition, if we have one.
      * 
      * @return The found transaction, or null if no transaction  has been started
-     * @param partition
-     * @return
+     * @param partition The Partition 
      */
     PartitionTxn getTransaction( Partition partition );