fix typo in java docstring

This commit is contained in:
wing328 2017-08-06 15:39:14 +08:00
parent 18c57a65ed
commit ffe7f0fb86

View File

@ -413,7 +413,7 @@ public class InlineModelResolver {
/** /**
* Copy vendor extensions from Property to another Property * Copy vendor extensions from Property to another Property
* *
* @param source soruce property * @param source source property
* @param target target property * @param target target property
*/ */
public void copyVendorExtensions(Property source, AbstractProperty target) { public void copyVendorExtensions(Property source, AbstractProperty target) {