r338 - trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/injector
Author: tchemit Date: 2013-06-10 15:29:52 +0200 (Mon, 10 Jun 2013) New Revision: 338 Url: http://chorem.org/projects/chorem/repository/revisions/338 Log: use new webmotion api Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/injector/InjectorListener.java Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/injector/InjectorListener.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/injector/InjectorListener.java 2013-05-26 18:40:40 UTC (rev 337) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/injector/InjectorListener.java 2013-06-10 13:29:52 UTC (rev 338) @@ -50,7 +50,7 @@ // Declare injector context.addInjector(new Injector() { @Override - public Object getValue(Mapping mapping, Call call, Class<?> type, Type generic) { + public Object getValue(Mapping mapping, Call call, String name, Class<?> type, Type generic) { if (ChoremClient.class.isAssignableFrom(type)) { // Get Client ChoremClient client = ChoremWebMotionUtil.getClient(call);
participants (1)
-
tchemit@users.chorem.org