If the program wasn't marked for the plugin, nothing happens. @param javaPlugin The plugin to remove the mark for.
416417418419420421422423424425426
} else if(mState == Program.WAS_UPDATED_STATE) { Program p = Plugin.getPluginManager().getProgram(getDate(), getID()); if(p != null) { p.unmark(marker); } } }