Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit a8cb542

Browse files
Enabled MarkupHelper for extending, user can extend and create their own markup util
1 parent c458e8a commit a8cb542

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/aventstack/extentreports/markuputils/MarkupHelper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
public class MarkupHelper {
44

5-
private MarkupHelper() { }
6-
75
public static Markup createLabel(String text, ExtentColor color) {
86
Label l = new Label();
97
l.setText(text);

0 commit comments

Comments
 (0)