Skip to content

Commit

Permalink
the visible again...
Browse files Browse the repository at this point in the history
  • Loading branch information
bastie committed Sep 7, 2024
1 parent b4846ce commit 5647965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/JavApi/util/Collection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

extension java.util {

protocol Collection<Element> {
public protocol Collection<Element> {
associatedtype Element

func clear () throws
Expand Down
2 changes: 1 addition & 1 deletion Sources/JavApi/util/Queue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

extension java.util {

protocol Queue<Element> : Collection {
public protocol Queue<Element> : Collection {
associatedtype Element

func add (_ elem : Element) throws -> Bool
Expand Down

0 comments on commit 5647965

Please sign in to comment.