Skip to content

Commit e9b6458

Browse files
committed
Moved license to top.
1 parent 42dc6ea commit e9b6458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/scala/org/springframework/scala/web/client/RestTemplate.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
package org.springframework.scala.web.client
2-
31
/*
4-
* Copyright 2011 the original author or authors.
2+
* Copyright 2011-2012 the original author or authors.
53
*
64
* Licensed under the Apache License, Version 2.0 (the "License");
75
* you may not use this file except in compliance with the License.
@@ -16,6 +14,8 @@ package org.springframework.scala.web.client
1614
* limitations under the License.
1715
*/
1816

17+
package org.springframework.scala.web.client
18+
1919
import java.net.URI
2020
import scala.collection.{Map, Set}
2121
import scala.collection.JavaConverters._

0 commit comments

Comments
 (0)