File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/NHibernate.Test/NHSpecificTest Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public string[] PropertyNames
18
18
19
19
public IType [ ] PropertyTypes
20
20
{
21
- get { return new [ ] { NHibernateUtil . Int32 , NHibernateUtil . String } ; }
21
+ get { return new IType [ ] { NHibernateUtil . Int32 , NHibernateUtil . String } ; }
22
22
}
23
23
24
24
public object GetPropertyValue ( object component , int property )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public string[] PropertyNames
18
18
19
19
public IType [ ] PropertyTypes
20
20
{
21
- get { return new [ ] { NHibernateUtil . Int32 , NHibernateUtil . String } ; }
21
+ get { return new IType [ ] { NHibernateUtil . Int32 , NHibernateUtil . String } ; }
22
22
}
23
23
24
24
public object GetPropertyValue ( object component , int property )
You can’t perform that action at this time.
0 commit comments