File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
main/java/jenkins/plugins/office365connector/model/adaptivecard Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ public class ColumnSet implements AdaptiveCardElement {
1010 private final String type = "ColumnSet" ;
1111 private final List <Column > columns ;
1212 @ SuppressFBWarnings (value = "SS_SHOULD_BE_STATIC" )
13- private final String witdth = "stretch" ;
13+ private final String width = "stretch" ;
1414
1515 public ColumnSet (final List <Column > items ) {
1616 this .columns = items ;
1717 }
1818
19- public String getWitdth () {
20- return witdth ;
19+ public String getWidth () {
20+ return width ;
2121 }
2222
2323 public List <Column > getColumns () {
Original file line number Diff line number Diff line change 4444 ]
4545 }
4646 ],
47- "witdth " : " stretch"
47+ "width " : " stretch"
4848 },
4949 {
5050 "facts" : [
You can’t perform that action at this time.
0 commit comments