Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FURNACE-35: PostStartup is not called for every deployed addon #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mbriskar
Copy link

No description provided.


public void perform(@Observes PostStartup event)
{
String addonName= event.getAddon().getId().getName().toString();
if(postStartupMap.containsKey(addonName)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not the right code format I think?

@mbriskar mbriskar force-pushed the FURNACE-35 branch 2 times, most recently from e669812 to a5c125d Compare March 24, 2015 16:10
if (postStartupMap.containsKey(addonName))
{
Integer myInt = postStartupMap.get(addonName);
postStartupMap.put(addonName, myInt);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

myInt++ ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, good catch

@forge-bot
Copy link

Can one of the admins verify this patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants