Skip to content

Commit

Permalink
Fix MitgliedskontoMenü Exception (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMaierhofer committed Mar 29, 2024
1 parent cdaaeac commit 4940ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/jost_net/JVerein/gui/menu/MitgliedskontoMenu.java
Expand Up @@ -228,7 +228,7 @@ else if (mkn.getType() == MitgliedskontoNode.IST)
}
}
}
catch (RemoteException e)
catch (Exception e)
{
return false;
}
Expand Down

0 comments on commit 4940ddd

Please sign in to comment.