Skip to content

Commit

Permalink
change viewerList to protected #453
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Apr 3, 2024
1 parent d4a216c commit 265069c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ public class StudioViewerImpl implements ViewerExtension {
/**TODO protected ?
* LPhy studio {@link Viewer}
*/
private static List<Viewer> viewerList;
protected static List<Viewer> viewerList;

/**
* Required by ServiceLoader.
*/
public StudioViewerImpl() {
viewerList = new ArrayList<>();
if (viewerList == null) viewerList = new ArrayList<>();
}


Expand Down

0 comments on commit 265069c

Please sign in to comment.