Skip to content

Commit d9b3497

Browse files
committed
unused
1 parent e9ad2c5 commit d9b3497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/groovy/com/github/hauner/openapi/spring/converter/mapping/TypeMapping.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class TypeMapping implements Mapping, TargetTypeMapping {
5454
*
5555
* @return the full source type
5656
*/
57+
@Deprecated
5758
String getFullSourceType () {
5859
"$sourceTypeName" + (sourceTypeFormat ? ":$sourceTypeFormat" : "")
5960
}

0 commit comments

Comments
 (0)