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 2018/05/30 08:57:44 UTC

[isis] branch master updated: ISIS-1956: further java-doc fixes

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 2b0a89a  ISIS-1956: further java-doc fixes
2b0a89a is described below

commit 2b0a89a0bc935d35923725aebe375b6599675a35
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 30 10:57:20 2018 +0200

    ISIS-1956: further java-doc fixes
---
 .../java/org/apache/isis/commons/internal/reflection/_Reflect.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core/commons/src/main/java/org/apache/isis/commons/internal/reflection/_Reflect.java b/core/commons/src/main/java/org/apache/isis/commons/internal/reflection/_Reflect.java
index f7c4780..6eb928d 100644
--- a/core/commons/src/main/java/org/apache/isis/commons/internal/reflection/_Reflect.java
+++ b/core/commons/src/main/java/org/apache/isis/commons/internal/reflection/_Reflect.java
@@ -132,12 +132,11 @@ public final class _Reflect {
 				.flatMap(_Reflect::streamMethods);
 	}
 
-	// SUPER CLASSES
+	// -- SUPER CLASSES
 
 	/**
 	 * Stream all types of given {@code type}, up the super class hierarchy starting with self
 	 * @param type
-	 * @param includeObject whether to include {@code Object}
 	 * @return
 	 */
 	public static Stream<Class<?>> streamTypeHierarchy(@Nullable Class<?> type) {

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.