From f21a70d4874d1b112d483ee4421f2c98c0f49234 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Sun, 23 Jul 2023 13:01:29 -0700 Subject: [PATCH] add redirect, since blog post URL changed --- _posts/2023-07-17-signature-polymorphic-methods.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2023-07-17-signature-polymorphic-methods.md b/_posts/2023-07-17-signature-polymorphic-methods.md index d18a0ae06..c37f33a54 100644 --- a/_posts/2023-07-17-signature-polymorphic-methods.md +++ b/_posts/2023-07-17-signature-polymorphic-methods.md @@ -3,6 +3,8 @@ layout: blog-detail post-type: blog by: Seth Tisue, Lightbend title: "Signature polymorphic methods in Scala" +redirect_from: + - /blog-detail/2023/07/17/signature-polymorphic-methods.html --- Java 7 introduced a curious and little-known feature to the Java