Skip to content

Commit

Permalink
Changes by GitHub action (#491)
Browse files Browse the repository at this point in the history
* Update generated classes after commit 2474423

* Moved on Manually developed

---------

Co-authored-by: masesdevelopers <[email protected]>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Jul 28, 2024
1 parent 2474423 commit 3ce904c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ The configuration is:
"javax.swing.Action",
"javax.management.NotificationFilter"
],
"ClassesManuallyDeveloped": [
"java.util.Comparator",
"java.util.EventListener"
],
"ClassesToAvoid": [
"java.lang.ProcessBuilder$Redirect$Type",
"java.lang.Thread$UncaughtExceptionHandler",
"java.util.Comparator",
"java.util.EventListener",
"java.util.stream.DoubleStream$Builder",
"java.util.stream.IntStream$Builder",
"java.util.stream.LongStream$Builder",
Expand Down
6 changes: 4 additions & 2 deletions src/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
"javax.swing.Action",
"javax.management.NotificationFilter"
],
"ClassesManuallyDeveloped": [
"java.util.Comparator",
"java.util.EventListener"
],
"ClassesToAvoid": [
"java.lang.ProcessBuilder$Redirect$Type",
"java.lang.Thread$UncaughtExceptionHandler",
"java.util.Comparator",
"java.util.EventListener",
"java.util.stream.DoubleStream$Builder",
"java.util.stream.IntStream$Builder",
"java.util.stream.LongStream$Builder",
Expand Down
4 changes: 2 additions & 2 deletions src/net/JNet/Generated/Java/Util/AllPackageClasses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2130,8 +2130,8 @@ public EventListenerProxy(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/EventListenerProxy.html"/>
/// </summary>
/// <typeparam name="T"><see cref="Java.Util.IEventListener"/></typeparam>
public partial class EventListenerProxy<T> : MASES.JCOBridge.C2JBridge.JVMBridgeBase<EventListenerProxy<T>> where T : Java.Util.IEventListener, new()
/// <typeparam name="T"></typeparam>
public partial class EventListenerProxy<T> : MASES.JCOBridge.C2JBridge.JVMBridgeBase<EventListenerProxy<T>>
{
const string _bridgeClassName = "java.util.EventListenerProxy";
/// <summary>
Expand Down

0 comments on commit 3ce904c

Please sign in to comment.