Skip to content

Commit

Permalink
synchronized a class feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceDut committed Mar 27, 2019
1 parent 5aaaf65 commit 975acf0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ private static void putImpl(Class api , IHub impl) {
if (impl == null) {
return;
}

sRealImpls.put(api,impl);
}

Expand Down

0 comments on commit 975acf0

Please sign in to comment.