ssl support for syncing
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / ui / adapter / LandingScreenAdapter.java
index 694225d..e31c65f 100644 (file)
@@ -53,12 +53,10 @@ public class LandingScreenAdapter extends BaseAdapter {
                mContext = context;\r
        }\r
 \r
-       @Override\r
        public int getCount() {\r
                return mLandingScreenIcons.length;\r
        }\r
 \r
-       @Override\r
        /**\r
         * Returns the Intent associated with this object\r
         * or null if the functionality is not yet implemented\r
@@ -78,12 +76,10 @@ public class LandingScreenAdapter extends BaseAdapter {
                return intent;\r
        }\r
 \r
-       @Override\r
        public long getItemId(int position) {\r
                return position;\r
        }\r
 \r
-       @Override\r
        public View getView(int position, View convertView, ViewGroup parent) {\r
                if (convertView == null) {\r
                        LayoutInflater inflator = LayoutInflater.from(mContext);\r