Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 45a0369

Browse files
author
Vincent Cantin
committed
Added class TextContentElementData.
1 parent 5e2a55d commit 45a0369

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package com.lemoulinstudio.sdiff.content;
2+
3+
/**
4+
* The text-based data of a content element.
5+
*/
6+
public class TextContentElementData implements ContentElementData {
7+
8+
/**
9+
* The data of this content element.
10+
*/
11+
public String data;
12+
13+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /