← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17233: minor schema fix

 

------------------------------------------------------------
revno: 17233
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-10-23 16:02:41 +0700
message:
  minor schema fix
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/schema/Property.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/schema/Property.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/schema/Property.java	2014-10-12 08:32:32 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/schema/Property.java	2014-10-23 09:02:41 +0000
@@ -160,7 +160,7 @@
 
     public Property( Class<?> klass )
     {
-        this.klass = klass;
+        setKlass( klass );
     }
 
     public Property( Class<?> klass, Method getter, Method setter )