Skip to content

Commit

Permalink
[FIX] incorrect package name, sorry! :D
Browse files Browse the repository at this point in the history
  • Loading branch information
dani.nv committed Jun 13, 2018
1 parent cfec3b0 commit 434bfa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.coditramuntana.festinasoprod.forecast.models;
package android.zetterstrom.com.forecast.models;

import android.support.annotation.Nullable;

Expand Down Expand Up @@ -43,7 +43,7 @@ public class Alert implements Serializable {

@Nullable
@SerializedName(ModelConstants.FIELD_REGIONS)
private List<String> mRegions = null;
private List<String> mRegions;

@Nullable
@SerializedName(ModelConstants.FIELD_SEVERITY)
Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.coditramuntana.festinasoprod.forecast.models;
package android.zetterstrom.com.forecast.models;

/**
* Package private class to hold constants used for model parsing
Expand Down

0 comments on commit 434bfa3

Please sign in to comment.