← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10874: Apps, added commons-io as dependency to dhis-api to avoid compilator error

 

------------------------------------------------------------
revno: 10874
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-05-17 14:42:19 +0200
message:
  Apps, added commons-io as dependency to dhis-api to avoid compilator error
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/appmanager/AppDeveloper.java
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/appmanager/AppStoreService.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/appmanager/AppDeveloper.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/appmanager/AppDeveloper.java	2013-05-17 11:14:26 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/appmanager/AppDeveloper.java	2013-05-17 12:42:19 +0000
@@ -34,7 +34,6 @@
 public class AppDeveloper
     implements Serializable
 {
-
     /**
      * Determines if a de-serialized file is compatible with this class.
      */
@@ -57,6 +56,7 @@
     // -------------------------------------------------------------------------
     // Logic
     // -------------------------------------------------------------------------
+    
     public String getUrl()
     {
         return url;

=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/appmanager/AppStoreService.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/appmanager/AppStoreService.java	2013-05-17 11:14:26 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/appmanager/AppStoreService.java	2013-05-17 12:42:19 +0000
@@ -31,7 +31,6 @@
 
 /**
  * @author Saptarshi Purkayastha
- * @version $Id$
  */
 public interface AppStoreService
 {