From de18c7bab95f7cb4ec679a397d2a804c281cd529 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 21 Jan 2021 13:48:08 +0800 Subject: [PATCH] PUB @robsean https://linux.cn/article-13038-1.html --- .../20201231 Build your own text editor in Java.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20201231 Build your own text editor in Java.md (99%) diff --git a/translated/tech/20201231 Build your own text editor in Java.md b/published/20201231 Build your own text editor in Java.md similarity index 99% rename from translated/tech/20201231 Build your own text editor in Java.md rename to published/20201231 Build your own text editor in Java.md index 1efe7df0e6..7dc1c802cf 100644 --- a/translated/tech/20201231 Build your own text editor in Java.md +++ b/published/20201231 Build your own text editor in Java.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (robsean) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-13038-1.html) [#]: subject: (Build your own text editor in Java) [#]: via: (https://opensource.com/article/20/12/write-your-own-text-editor) [#]: author: (Seth Kenlon https://opensource.com/users/seth)