Rename the 'example.app.caching.contoller' package to 'example.app.caching.controller'.

This commit is contained in:
John Blum
2019-05-06 13:39:35 -07:00
parent 30bb9fc82e
commit cb15c74af6

View File

@@ -13,7 +13,7 @@
* or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
package example.app.caching.lookaside.contoller;
package example.app.caching.lookaside.controller;
import org.springframework.util.Assert;
import org.springframework.web.bind.annotation.GetMapping;