Back to project page City-Outdoors-Android.
The source code is released under:
Copyright (c) 2012, Edinburgh Council All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are ...
If you think the Android project City-Outdoors-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package uk.co.jarofgreen.cityoutdoors.Model; /*from w ww.j a v a 2s . c om*/ import android.content.Context; public class UploadFeatureContent extends BaseUploadContentOrReport { public UploadFeatureContent(Context context) { super(context); } }