|
1 | 1 | /* |
2 | | - * Apache License |
3 | | - * Version 2.0, January 2004 |
4 | | - * http://www.apache.org/licenses/LICENSE-2.0 |
| 2 | + * Copyright 2019 Flipkart Internet Pvt. Ltd. |
5 | 3 | * |
6 | | - * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + * you may not use this file except in compliance with the License. |
| 6 | + * You may obtain a copy of the License at |
7 | 7 | * |
8 | | - * Copyright (c) 2018 Flipkart Internet Pvt. Ltd. |
| 8 | + * http://www.apache.org/licenses/LICENSE-2.0 |
9 | 9 | * |
10 | | - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use |
11 | | - * this file except in compliance with the License. You may obtain a copy of the |
12 | | - * License at http://www.apache.org/licenses/LICENSE-2.0 |
13 | | - * |
14 | | - * Unless required by applicable law or agreed to in writing, software distributed |
15 | | - * under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR |
16 | | - * CONDITIONS OF ANY KIND, either express or implied. See the License for the |
17 | | - * specific language governing permissions and limitations under the License. |
| 10 | + * Unless required by applicable law or agreed to in writing, software |
| 11 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + * See the License for the specific language governing permissions and |
| 14 | + * limitations under the License. |
18 | 15 | */ |
19 | 16 |
|
20 | 17 | package com.flipkart.android.proteus.support.v7; |
|
30 | 27 |
|
31 | 28 | public class CardViewModule implements ProteusBuilder.Module { |
32 | 29 |
|
33 | | - private CardViewModule() { |
34 | | - } |
| 30 | + private CardViewModule() { |
| 31 | + } |
35 | 32 |
|
36 | | - public static CardViewModule create() { |
37 | | - return new CardViewModule(); |
38 | | - } |
| 33 | + public static CardViewModule create() { |
| 34 | + return new CardViewModule(); |
| 35 | + } |
39 | 36 |
|
40 | | - @Override |
41 | | - public void registerWith(ProteusBuilder builder) { |
42 | | - builder.register(new CardViewParser()); |
43 | | - } |
| 37 | + @Override |
| 38 | + public void registerWith(ProteusBuilder builder) { |
| 39 | + builder.register(new CardViewParser()); |
| 40 | + } |
44 | 41 | } |
0 commit comments