Skip to content

Commit

Permalink
Update generated classes after commit 7ddf6c8 (#589)
Browse files Browse the repository at this point in the history
Co-authored-by: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Jan 10, 2025
1 parent 7ddf6c8 commit d077c9c
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Beans/XMLDecoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public XMLDecoder(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Beans/XMLEncoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public XMLEncoder(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Io/Closeable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Closeable(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Io/ObjectInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public ObjectInput(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Io/ObjectOutput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public ObjectOutput(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Lang/AutoCloseable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public AutoCloseable(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Nio/Channels/FileLock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public FileLock(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Sql/Connection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Connection(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Sql/ResultSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public ResultSet(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Sql/Statement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Statement(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public SubmissionPublisher(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down Expand Up @@ -101,7 +101,7 @@ public SubmissionPublisher(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions src/net/JNet/Generated/Java/Util/Stream/BaseStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public BaseStream(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down Expand Up @@ -106,7 +106,7 @@ public BaseStream(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Javax/Sound/Midi/MidiDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public MidiDevice(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Javax/Sound/Midi/Receiver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Receiver(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Javax/Sound/Midi/Transmitter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Transmitter(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Javax/Sound/Sampled/Line.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Line(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeCloseable.htm"/>
/// </summary>
public override bool IsBridgeCloseable => false;
public override bool IsBridgeCloseable => true;
/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_IsBridgeInterface.htm"/>
/// </summary>
Expand Down

0 comments on commit d077c9c

Please sign in to comment.