<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -129,41 +129,41 @@ namespace FluentNHibernate.Testing.PersistenceModelTests
         }
 
 
-        public interface IFoo
+        private interface IFoo
         { }
 
-        public class Base : IFoo
+        private class Base : IFoo
         { }
 
-        public abstract class BaseImpl : Base
+        private abstract class BaseImpl : Base
         { }
 
-        public class Foo&lt;T&gt; : BaseImpl, IFoo
+        private class Foo&lt;T&gt; : BaseImpl, IFoo
         { }
 
-        public class FooMap : ClassMap&lt;IFoo&gt;
+        private class FooMap : ClassMap&lt;IFoo&gt;
         { }
 
-        public class BaseMap : ClassMap&lt;Base&gt;
+        private class BaseMap : ClassMap&lt;Base&gt;
         { }
 
-        public class BaseImplMap : SubclassMap&lt;BaseImpl&gt;
+        private class BaseImplMap : SubclassMap&lt;BaseImpl&gt;
         { }
 
-        public abstract class GenericFooMap&lt;T&gt; : SubclassMap&lt;Foo&lt;T&gt;&gt;
+        private abstract class GenericFooMap&lt;T&gt; : SubclassMap&lt;Foo&lt;T&gt;&gt;
         { }
 
-        public class StringFooMap : GenericFooMap&lt;string&gt;
+        private class StringFooMap : GenericFooMap&lt;string&gt;
         { }
 
 
-        public interface IStand
+        private interface IStand
         { }
 
-        public class StandAlone : IStand
+        private class StandAlone : IStand
         { }
 
-        public class StandAloneMap : SubclassMap&lt;StandAlone&gt;
+        private class StandAloneMap : SubclassMap&lt;StandAlone&gt;
         { }
     }
 }</diff>
      <filename>src/FluentNHibernate.Testing/PersistenceModelTests/SeparateSubclassVisitorFixture.cs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4dad06d7ce95fd9612f38af7fe3afd9be2cf119f</id>
    </parent>
  </parents>
  <author>
    <name>Paul Batum</name>
    <email>paul.batum@gmail.com</email>
  </author>
  <url>http://github.com/jagregory/fluent-nhibernate/commit/40c65ebfd97ba71001f177734a98f8d3b0e6aecb</url>
  <id>40c65ebfd97ba71001f177734a98f8d3b0e6aecb</id>
  <committed-date>2009-11-02T21:58:47-08:00</committed-date>
  <authored-date>2009-11-02T21:58:47-08:00</authored-date>
  <message>Made nested classes in SeperatedSubclassVisitorFixture private to avoid having them picked up by other tests.</message>
  <tree>785250a967dbcc9ee1ae42cffbc7acda7bef3e7c</tree>
  <committer>
    <name>Paul Batum</name>
    <email>paul.batum@gmail.com</email>
  </committer>
</commit>
