You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2015/08/06 20:37:48 UTC

[2/6] lucy git commit: Make Inversion public

Make Inversion public


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

Branch: refs/heads/master
Commit: de03f0fa2810fe77f34ca6b28cc502dd97a0d66f
Parents: 7c09f4d
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon Jul 27 02:46:06 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Thu Aug 6 19:41:50 2015 +0200

----------------------------------------------------------------------
 core/Lucy/Analysis/Inversion.cfh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/de03f0fa/core/Lucy/Analysis/Inversion.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Analysis/Inversion.cfh b/core/Lucy/Analysis/Inversion.cfh
index d722181..63d84fe 100644
--- a/core/Lucy/Analysis/Inversion.cfh
+++ b/core/Lucy/Analysis/Inversion.cfh
@@ -22,7 +22,7 @@ parcel Lucy;
  * An Inversion is a collection of Token objects which you can add to, then
  * iterate over.
  */
-class Lucy::Analysis::Inversion inherits Clownfish::Obj {
+public class Lucy::Analysis::Inversion inherits Clownfish::Obj {
 
     Token    **tokens;
     uint32_t   size;