Fix incorrect package identifier in IsoOffsetDateTimeConverter (#3273) (#3288)

This commit is contained in:
Milkdove
2024-03-08 11:07:56 +08:00
committed by GitHub
parent b38499e049
commit 19ac39fe37

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.actuate.endpoint.invoke.convert;
package org.springframework.cloud.gateway.server.mvc.invoke.convert;
import java.time.OffsetDateTime;
import java.time.format.DateTimeFormatter;