Commit d66cae9c by Dave Syer

Fix spelling

parent 23235123
...@@ -936,7 +936,7 @@ public interface UserClient extends UserService { ...@@ -936,7 +936,7 @@ public interface UserClient extends UserService {
} }
---- ----
NOTE: It is gernarally not advisable to share an interface between a NOTE: It is generally not advisable to share an interface between a
server and a client. It introduces tight coupling, and also actually server and a client. It introduces tight coupling, and also actually
doesn't work with Spring MVC in its current form (method parameter doesn't work with Spring MVC in its current form (method parameter
mapping is not inherited). mapping is not inherited).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment