Skip to content

Commit b6cfdc1

Browse files
committed
Merge pull request #267 from JordanMartinez/preventModelSubclass
Make StyledTextAreaModel package-private.
2 parents 2b4ba43 + c38539a commit b6cfdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

richtextfx/src/main/java/org/fxmisc/richtext/StyledTextAreaModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @param <S> type of style that can be applied to text.
3434
* @param <PS> type of style that can be applied to Paragraph
3535
*/
36-
public class StyledTextAreaModel<PS, S>
36+
class StyledTextAreaModel<PS, S>
3737
implements
3838
TextEditingArea<PS, S>,
3939
EditActions<PS, S>,

0 commit comments

Comments
 (0)