Fix typos

This commit is contained in:
Mahmoud Ben Hassine
2019-01-03 23:00:19 +01:00
parent fa62861015
commit a5748136d2
6 changed files with 15 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2006-2007 the original author or authors.
* Copyright 2006-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ import org.springframework.beans.MutablePropertyValues;
import org.springframework.beans.propertyeditors.CustomNumberEditor;
import org.springframework.beans.propertyeditors.PropertiesEditor;
public class DefaultPropertEditorRegistrarTests {
public class DefaultPropertyEditorRegistrarTests {
@Test
public void testIntArray() throws Exception {