File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
src/main/java/com/flowingcode/vaadin/addons/demo/impl Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2323import com .vaadin .flow .component .html .IFrame ;
2424
2525@ SuppressWarnings ("serial" )
26- public class SourceCodeView extends Composite <IFrame > {
26+ class SourceCodeView extends Composite <IFrame > {
2727
2828 public SourceCodeView (String sourceUrl ) {
2929 getContent ().getElement ().setAttribute ("frameborder" , "0" );
Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2121
2222import com .vaadin .flow .component .Component ;
2323import com .vaadin .flow .component .Composite ;
24- import com .vaadin .flow .component .HasSize ;
2524import com .vaadin .flow .component .splitlayout .SplitLayout ;
2625import com .vaadin .flow .component .splitlayout .SplitLayout .Orientation ;
2726
2827@ SuppressWarnings ("serial" )
29- public class SplitLayoutDemo <T extends Component > extends Composite <SplitLayout > {
28+ class SplitLayoutDemo <T extends Component > extends Composite <SplitLayout > {
3029
3130 private SourceCodeView code ;
3231 private T demo ;
You can’t perform that action at this time.
0 commit comments