Repository: lucy-clownfish Updated Branches: refs/heads/master 9debabe4d -> efc37a364
Make Class_fetch_class public Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/65cca171 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/65cca171 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/65cca171 Branch: refs/heads/master Commit: 65cca1711853c1f3e893b2bd8654eddc6f09c9e7 Parents: c75ee92 Author: Nick Wellnhofer <wellnho...@aevum.de> Authored: Tue Feb 9 14:28:03 2016 +0100 Committer: Nick Wellnhofer <wellnho...@aevum.de> Committed: Tue Feb 9 14:28:03 2016 +0100 ---------------------------------------------------------------------- runtime/core/Clownfish/Class.cfh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/65cca171/runtime/core/Clownfish/Class.cfh ---------------------------------------------------------------------- diff --git a/runtime/core/Clownfish/Class.cfh b/runtime/core/Clownfish/Class.cfh index 7b5bb59..dbb31cb 100644 --- a/runtime/core/Clownfish/Class.cfh +++ b/runtime/core/Clownfish/Class.cfh @@ -76,10 +76,10 @@ public final class Clownfish::Class inherits Clownfish::Obj { inert void register_with_host(Class *klass, Class *parent); - /** Find a registered class. May return NULL if the class is not + /** Find a registered class. May return [](@null) if the class is not * registered. */ - inert nullable Class* + public inert nullable Class* fetch_class(String *class_name); /** Given a class name, return the name of a parent class which descends