You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by mg...@apache.org on 2014/12/18 23:07:24 UTC

isis git commit: ISIS-964, ISIS-969: Fix a copy/paste error - @DomainServiceLayout doesn't indicate whether the class is a repository.

Repository: isis
Updated Branches:
  refs/heads/master 5fa0eb1d8 -> cc901b8b8


ISIS-964, ISIS-969: Fix a copy/paste error - @DomainServiceLayout doesn't indicate whether the class is a repository.

The repository is still defined in @DomainService


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/cc901b8b
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/cc901b8b
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/cc901b8b

Branch: refs/heads/master
Commit: cc901b8b8ba6dc32eb8152fa5abbf0fe1142d31e
Parents: 5fa0eb1
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Dec 19 00:06:00 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Dec 19 00:06:00 2014 +0200

----------------------------------------------------------------------
 .../org/apache/isis/applib/annotation/DomainServiceLayout.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/cc901b8b/core/applib/src/main/java/org/apache/isis/applib/annotation/DomainServiceLayout.java
----------------------------------------------------------------------
diff --git a/core/applib/src/main/java/org/apache/isis/applib/annotation/DomainServiceLayout.java b/core/applib/src/main/java/org/apache/isis/applib/annotation/DomainServiceLayout.java
index abcc705..7d3bcbd 100644
--- a/core/applib/src/main/java/org/apache/isis/applib/annotation/DomainServiceLayout.java
+++ b/core/applib/src/main/java/org/apache/isis/applib/annotation/DomainServiceLayout.java
@@ -29,7 +29,7 @@ import java.lang.annotation.Target;
  * Layout hints for domain services.
  *
  * <p>
- * Also indicates whether the domain service acts as a repository for an entity, and menu ordering UI hints.
+ * Also indicates the name, and menu ordering UI hints.
  * </p>
  */
 @Inherited