← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20687: Minor bugfix, use AnalyticsFavoriteType instead of string constant for checking for interpretatio...

 

------------------------------------------------------------
revno: 20687
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-10-14 14:39:25 +0700
message:
  Minor bugfix, use AnalyticsFavoriteType instead of string constant for checking for interpretation type
modified:
  dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/interpretation/action/GetInterpretations.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-web/dhis-web-light/src/main/java/org/hisp/dhis/light/interpretation/action/GetInterpretations.java'
--- dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/interpretation/action/GetInterpretations.java	2015-10-14 07:25:31 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/interpretation/action/GetInterpretations.java	2015-10-14 07:39:25 +0000
@@ -86,7 +86,7 @@
         List<Interpretation> finalInterpretations = new ArrayList<>();
 
         Iterator<Interpretation> i = tempInterpretations.iterator();
-    
+
         while ( i.hasNext() )
         {
             Interpretation currentInterpretation = i.next();