Skip to content

Commit

Permalink
Merge pull request #11196 from Youssef1313/java-object-extensions
Browse files Browse the repository at this point in the history
fix!: Make `JavaObjectExtensions` internal
  • Loading branch information
Youssef1313 authored Feb 6, 2023
2 parents 0916b94 + b12d48f commit 6dce80e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/PackageDiffIgnore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9135,6 +9135,7 @@
<Member fullName="Windows.Foundation.IClosable" reason="Shouldn't be visible in .NET and shows as IDisposable instead." />
<Member fullName="Windows.Storage.Streams.InMemoryBuffer" reason="Windows.Storage.Streams.Buffer should be used." />
<Member fullName="Windows.Foundation.HResult" reason="Type is hidden in .NET and shouldn't be used" />
<Member fullName="Uno.Extensions.JavaObjectExtensions" reason="Only needed internally" />
<Member fullName="Uno.Extensions.UriExtensions" reason="Not needed publicly" />
<Member fullName="Uno.Client.ICommandExtensions" reason="Only needed internally" />
</Types>
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.Foundation/JavaObjectExtensions.Android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Uno.Extensions
{
public static class JavaObjectExtensions
internal static class JavaObjectExtensions
{
/// <summary>
/// Runs the specified action if the native Java instance of the <paramref name="instance"/> is still available.
Expand Down

0 comments on commit 6dce80e

Please sign in to comment.