File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ class java_method_typet : public code_typet
248248 using code_typet::parameterst;
249249 using code_typet::parametert;
250250
251- // / Constructs a new code type, i.e. function type
252- // / \param _parameters: the vector of function parameters
251+ // / Constructs a new code type, i.e. method type
252+ // / \param _parameters: the vector of method parameters
253253 // / \param _return_type: the return type
254254 java_method_typet (parameterst &&_parameters, typet &&_return_type)
255255 {
@@ -258,8 +258,8 @@ class java_method_typet : public code_typet
258258 return_type ().swap (_return_type);
259259 }
260260
261- // / Constructs a new code type, i.e. function type
262- // / \param _parameters: the vector of function parameters
261+ // / Constructs a new code type, i.e. method type
262+ // / \param _parameters: the vector of method parameters
263263 // / \param _return_type: the return type
264264 java_method_typet (parameterst &&_parameters, const typet &_return_type)
265265 {
You can’t perform that action at this time.
0 commit comments