You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/swagger-codegen/src/main/resources/Eiffel/framework/serialization/api_json_custom_deserializer.mustache
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ note
10
10
hobbies: LIST [STRING]
11
11
photos: LIST [PHOTOS]
12
12
13
-
convertion:
13
+
conversion:
14
14
First go to the feature from_json_to_`model' and then start to set
Copy file name to clipboardExpand all lines: modules/swagger-codegen/src/main/resources/Java/libraries/retrofit2/play24/Play24CallAdapterFactory.mustache
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public class Play24CallAdapterFactory extends CallAdapter.Factory {
50
50
}
51
51
52
52
/**
53
-
* Adpater that coverts values returned by API interface into CompletionStage
53
+
* Adapter that coverts values returned by API interface into CompletionStage
54
54
*/
55
55
private static final class ValueAdapter<R> implements CallAdapter<R,F.Promise<R>> {
Copy file name to clipboardExpand all lines: modules/swagger-codegen/src/main/resources/Java/libraries/retrofit2/play25/Play25CallAdapterFactory.mustache
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ public class Play25CallAdapterFactory extends CallAdapter.Factory {
64
64
}
65
65
66
66
/**
67
-
* Adpater that coverts values returned by API interface into CompletionStage
67
+
* Adapter that coverts values returned by API interface into CompletionStage
68
68
*/
69
69
private static final class ValueAdapter<R> implements CallAdapter<R,CompletionStage<R>> {
0 commit comments