You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/01/27 10:08:56 UTC

[isis] branch master updated: ISIS-2158: adds some java-doc

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bee5dd  ISIS-2158: adds some java-doc
9bee5dd is described below

commit 9bee5dd27914ae6e813d4d10ce73fb87835220ea
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Jan 27 11:08:46 2020 +0100

    ISIS-2158: adds some java-doc
---
 .../java/org/apache/isis/applib/services/repository/EntityState.java  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/api/applib/src/main/java/org/apache/isis/applib/services/repository/EntityState.java b/api/applib/src/main/java/org/apache/isis/applib/services/repository/EntityState.java
index 821ca45..97320aa8 100644
--- a/api/applib/src/main/java/org/apache/isis/applib/services/repository/EntityState.java
+++ b/api/applib/src/main/java/org/apache/isis/applib/services/repository/EntityState.java
@@ -19,6 +19,10 @@
 package org.apache.isis.applib.services.repository;
 
 /**
+ * TODO lower case enums not up to standard, is this an issue?
+ * 
+ * @apiNote use the provided predicates rather then directly referencing the enum names
+ *  
  * @since 2.0
  */
 public enum EntityState {