Skip to content

Commit 4a3055f

Browse files
committed
avoid access warnings
1 parent dc71fd0 commit 4a3055f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/groovy/com/github/hauner/openapi/spring/model/parameters

src/main/groovy/com/github/hauner/openapi/spring/model/parameters/Parameter.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ import com.github.hauner.openapi.spring.model.datatypes.DataType
2424
* @author Martin Hauner
2525
*/
2626
abstract class Parameter {
27-
protected String name
27+
String name
2828
protected boolean required
29-
protected DataType dataType
29+
DataType dataType
3030

3131
/**
3232
* The plain name of the annotation for this parameter (ie. without the @). Possible results

0 commit comments

Comments
 (0)