mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
make parseText method static
This commit is contained in:
@@ -68,7 +68,7 @@ public class LinkTextParser
|
|||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public String parseText(String content)
|
public static String parseText(String content)
|
||||||
{
|
{
|
||||||
Matcher m = REGEX_URL.matcher(content);
|
Matcher m = REGEX_URL.matcher(content);
|
||||||
List<Token> tokens = new ArrayList<Token>();
|
List<Token> tokens = new ArrayList<Token>();
|
||||||
|
|||||||
Reference in New Issue
Block a user