File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,15 +38,6 @@ open class CharArrayWriter: Writer {
3838 @JavaMethod
3939 open override func toString( ) -> String
4040
41- /// Java method `append`.
42- ///
43- /// ### Java method signature
44- /// ```java
45- /// public java.lang.Appendable java.io.CharArrayWriter.append(java.lang.CharSequence) throws java.io.IOException
46- /// ```
47- @JavaMethod
48- open override func append( _ arg0: CharSequence ? ) throws -> Appendable !
49-
5041 /// Java method `append`.
5142 ///
5243 /// ### Java method signature
@@ -56,24 +47,6 @@ open class CharArrayWriter: Writer {
5647 @JavaMethod
5748 open override func append( _ arg0: UInt16 ) -> CharArrayWriter !
5849
59- /// Java method `append`.
60- ///
61- /// ### Java method signature
62- /// ```java
63- /// public java.lang.Appendable java.io.CharArrayWriter.append(java.lang.CharSequence,int,int) throws java.io.IOException
64- /// ```
65- @JavaMethod
66- open override func append( _ arg0: CharSequence ? , _ arg1: Int32 , _ arg2: Int32 ) throws -> Appendable !
67-
68- /// Java method `append`.
69- ///
70- /// ### Java method signature
71- /// ```java
72- /// public java.lang.Appendable java.io.CharArrayWriter.append(char) throws java.io.IOException
73- /// ```
74- @JavaMethod
75- open override func append( _ arg0: UInt16 ) throws -> Appendable !
76-
7750 /// Java method `append`.
7851 ///
7952 /// ### Java method signature
You can’t perform that action at this time.
0 commit comments