Skip to content

Commit

Permalink
Make constructor public
Browse files Browse the repository at this point in the history
  • Loading branch information
gabortim committed Apr 29, 2023
1 parent b9ca263 commit a35a0e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class LibphonenumberPlugin extends Plugin {
*
* @param info the plugin information describing the plugin.
*/
protected LibphonenumberPlugin(PluginInformation info) {
public LibphonenumberPlugin(PluginInformation info) {
super(info);
}
}

0 comments on commit a35a0e1

Please sign in to comment.