File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ open class ContentHandler: JavaObject {
2323 /// public java.lang.Object java.net.ContentHandler.getContent(java.net.URLConnection,java.lang.Class[]) throws java.io.IOException
2424 /// ```
2525 @JavaMethod
26- open func getContent( _ arg0: URLConnection ? , _ arg1: [ JavaClass ? ] ) throws -> JavaObject !
26+ open func getContent( _ arg0: URLConnection ? , _ arg1: [ JavaClass < JavaObject > ? ] ) throws -> JavaObject !
2727}
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ open class IsoChronology: AbstractChronology {
112112 /// public java.time.chrono.ChronoLocalDateTime java.time.chrono.IsoChronology.localDateTime(java.time.temporal.TemporalAccessor)
113113 /// ```
114114@JavaMethod
115- open func localDateTime( _ arg0 : TemporalAccessor? ) -> ChronoLocalDateTime!
115+ open func localDateTime( _ arg0: TemporalAccessor ? ) -> ChronoLocalDateTime < JavaObject > !
116116
117117 /// Java method `localDateTime`.
118118 ///
@@ -265,7 +265,7 @@ open class IsoChronology: AbstractChronology {
265265 /// public java.time.chrono.ChronoZonedDateTime java.time.chrono.IsoChronology.zonedDateTime(java.time.Instant,java.time.ZoneId)
266266 /// ```
267267@JavaMethod
268- open func zonedDateTime( _ arg0: Instant ? , _ arg1: ZoneId ? ) -> ChronoZonedDateTime !
268+ open func zonedDateTime( _ arg0: Instant ? , _ arg1: ZoneId ? ) -> ChronoZonedDateTime < JavaObject > !
269269
270270 /// Java method `zonedDateTime`.
271271 ///
@@ -274,7 +274,7 @@ open class IsoChronology: AbstractChronology {
274274 /// public java.time.chrono.ChronoZonedDateTime java.time.chrono.IsoChronology.zonedDateTime(java.time.temporal.TemporalAccessor)
275275 /// ```
276276@JavaMethod
277- open func zonedDateTime( _ arg0: TemporalAccessor ? ) -> ChronoZonedDateTime !
277+ open func zonedDateTime( _ arg0: TemporalAccessor ? ) -> ChronoZonedDateTime < JavaObject > !
278278
279279 /// Java method `zonedDateTime`.
280280 ///
You can’t perform that action at this time.
0 commit comments