We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dc6ea commit e9b6458Copy full SHA for e9b6458
src/main/scala/org/springframework/scala/web/client/RestTemplate.scala
@@ -1,7 +1,5 @@
1
-package org.springframework.scala.web.client
2
-
3
/*
4
- * Copyright 2011 the original author or authors.
+ * Copyright 2011-2012 the original author or authors.
5
*
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
* you may not use this file except in compliance with the License.
@@ -16,6 +14,8 @@ package org.springframework.scala.web.client
16
14
* limitations under the License.
17
15
*/
18
+package org.springframework.scala.web.client
+
19
import java.net.URI
20
import scala.collection.{Map, Set}
21
import scala.collection.JavaConverters._
0 commit comments