Skip to content

Instantly share code, notes, and snippets.

@maeste
Created October 18, 2010 14:47
Show Gist options
  • Save maeste/632321 to your computer and use it in GitHub Desktop.
Save maeste/632321 to your computer and use it in GitHub Desktop.
final ModuleDependencies dependenciesAttachment = getAttachedDependencies(context);
final ModuleConfig.Dependency[] dependencies = dependenciesAttachment != null ? dependenciesAttachment.getDependencies() : NO_DEPS;
final ModuleDependencies dependenciesAttachment = getAttachedDependencies(context);
final ModuleConfig.Dependency[] dependencies = dependenciesAttachment != null ? dependenciesAttachment.getDependencies() : originalModuleConfig.getDependencies();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment