File tree 8 files changed +17
-9
lines changed
main/java/com/flowingcode/vaadin/addons/rssitems
java/com/flowingcode/vaadin/addons
8 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 2
2
* #%L
3
3
* RSS Items
4
4
* %%
5
- * Copyright (C) 2019 Flowing Code
5
+ * Copyright (C) 2019 - 2022 Flowing Code
6
6
* %%
7
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
8
* you may not use this file except in compliance with the License.
17
17
* limitations under the License.
18
18
* #L%
19
19
*/
20
+
20
21
package com .flowingcode .vaadin .addons .rssitems ;
21
22
22
23
import java .io .IOException ;
Original file line number Diff line number Diff line change 2
2
* #%L
3
3
* RSS Items
4
4
* %%
5
- * Copyright (C) 2019 Flowing Code
5
+ * Copyright (C) 2019 - 2022 Flowing Code
6
6
* %%
7
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
8
* you may not use this file except in compliance with the License.
17
17
* limitations under the License.
18
18
* #L%
19
19
*/
20
+
20
21
package com .flowingcode .vaadin .addons .rssitems ;
21
22
22
23
import com .vaadin .flow .templatemodel .TemplateModel ;
Original file line number Diff line number Diff line change 2
2
* #%L
3
3
* RSS Items
4
4
* %%
5
- * Copyright (C) 2019 Flowing Code
5
+ * Copyright (C) 2019 - 2022 Flowing Code
6
6
* %%
7
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
8
* you may not use this file except in compliance with the License.
17
17
* limitations under the License.
18
18
* #L%
19
19
*/
20
+
20
21
package com .flowingcode .vaadin .addons ;
21
22
22
23
import com .vaadin .flow .component .html .Div ;
Original file line number Diff line number Diff line change 2
2
* #%L
3
3
* RSS Items
4
4
* %%
5
- * Copyright (C) 2019 Flowing Code
5
+ * Copyright (C) 2019 - 2022 Flowing Code
6
6
* %%
7
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
8
* you may not use this file except in compliance with the License.
17
17
* limitations under the License.
18
18
* #L%
19
19
*/
20
+
20
21
package com .flowingcode .vaadin .addons .rssitems ;
21
22
22
23
import com .vaadin .flow .component .orderedlayout .VerticalLayout ;
Original file line number Diff line number Diff line change 2
2
* #%L
3
3
* RSS Items
4
4
* %%
5
- * Copyright (C) 2019 Flowing Code
5
+ * Copyright (C) 2019 - 2022 Flowing Code
6
6
* %%
7
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
8
* you may not use this file except in compliance with the License.
17
17
* limitations under the License.
18
18
* #L%
19
19
*/
20
+
20
21
package com .flowingcode .vaadin .addons .rssitems ;
21
22
22
23
import com .flowingcode .vaadin .addons .demo .DemoSource ;
Original file line number Diff line number Diff line change 2
2
* #%L
3
3
* RSS Items
4
4
* %%
5
- * Copyright (C) 2019 Flowing Code
5
+ * Copyright (C) 2019 - 2022 Flowing Code
6
6
* %%
7
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
8
* you may not use this file except in compliance with the License.
17
17
* limitations under the License.
18
18
* #L%
19
19
*/
20
+
20
21
package com .flowingcode .vaadin .addons .rssitems ;
21
22
22
23
import com .flowingcode .vaadin .addons .DemoLayout ;
@@ -37,4 +38,4 @@ public RssitemsDemoView() {
37
38
setSizeFull ();
38
39
}
39
40
40
- }
41
+ }
Original file line number Diff line number Diff line change 2
2
* #%L
3
3
* RSS Items
4
4
* %%
5
- * Copyright (C) 2019 Flowing Code
5
+ * Copyright (C) 2019 - 2022 Flowing Code
6
6
* %%
7
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
8
* you may not use this file except in compliance with the License.
17
17
* limitations under the License.
18
18
* #L%
19
19
*/
20
+
20
21
package com .flowingcode .vaadin .addons .rssitems .test ;
21
22
22
23
import static org .junit .Assert .assertEquals ;
Original file line number Diff line number Diff line change 2
2
#%L
3
3
RSS Items
4
4
%%
5
- Copyright (C) 2019 Flowing Code
5
+ Copyright (C) 2019 - 2022 Flowing Code
6
6
%%
7
7
Licensed under the Apache License, Version 2.0 (the "License");
8
8
you may not use this file except in compliance with the License.
18
18
#L%
19
19
-->
20
20
21
+
21
22
< custom-style >
22
23
< style >
23
24
</ style >
You can’t perform that action at this time.
0 commit comments