← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18552: Minor

 

------------------------------------------------------------
revno: 18552
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-03-10 12:25:25 +0100
message:
  Minor
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramIndicatorService.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/program/ProgramIndicatorService.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramIndicatorService.java	2015-02-16 11:46:32 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramIndicatorService.java	2015-03-10 11:25:25 +0000
@@ -33,7 +33,6 @@
 
 /**
  * @author Chau Thu Tran
- * @version $ ProgramIndicatorService.java Apr 16, 2013 1:11:07 PM $
  */
 public interface ProgramIndicatorService
 {
@@ -141,5 +140,4 @@
      * @return The expression is valid or not
      */
     String expressionIsValid( String expression );
-
 }