@@ -53,11 +53,11 @@ private class UrlOpenSink extends SinkModelCsv {
53
53
"org.springframework.http;RequestEntity;false;put;;;Argument[0];open-url" ,
54
54
"org.springframework.http;RequestEntity;false;method;;;Argument[1];open-url" ,
55
55
"org.springframework.http;RequestEntity;false;RequestEntity;(HttpMethod,URI);;Argument[1];open-url" ,
56
- "org.springframework.http;RequestEntity;false;RequestEntity;(MultiValueMap<String,String> ,HttpMethod,URI);;Argument[2];open-url" ,
57
- "org.springframework.http;RequestEntity;false;RequestEntity;(T ,HttpMethod,URI);;Argument[2];open-url" ,
58
- "org.springframework.http;RequestEntity;false;RequestEntity;(T ,HttpMethod,URI,Type);;Argument[2];open-url" ,
59
- "org.springframework.http;RequestEntity;false;RequestEntity;(T ,MultiValueMap<String,String> ,HttpMethod,URI);;Argument[3];open-url" ,
60
- "org.springframework.http;RequestEntity;false;RequestEntity;(T ,MultiValueMap<String,String> ,HttpMethod,URI,Type);;Argument[3];open-url"
56
+ "org.springframework.http;RequestEntity;false;RequestEntity;(MultiValueMap,HttpMethod,URI);;Argument[2];open-url" ,
57
+ "org.springframework.http;RequestEntity;false;RequestEntity;(Object ,HttpMethod,URI);;Argument[2];open-url" ,
58
+ "org.springframework.http;RequestEntity;false;RequestEntity;(Object ,HttpMethod,URI,Type);;Argument[2];open-url" ,
59
+ "org.springframework.http;RequestEntity;false;RequestEntity;(Object ,MultiValueMap,HttpMethod,URI);;Argument[3];open-url" ,
60
+ "org.springframework.http;RequestEntity;false;RequestEntity;(Object ,MultiValueMap,HttpMethod,URI,Type);;Argument[3];open-url"
61
61
]
62
62
}
63
63
}
0 commit comments