Skip to content

Commit d216dcd

Browse files
committed
updates & conflict marker removal
1 parent 518de82 commit d216dcd

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
import java
22

33
/**
4-
<<<<<<< HEAD
54
* Play MVC Framework HTTP Request Header Class
6-
=======
7-
* Play MVC Framework HTTP Request Header
8-
*
9-
* @description Member of play.mvc.HTTP. Gets the play.mvc.HTTP$RequestHeader class/interface
10-
>>>>>>> fa523e456f96493dcc08b819ad4bd620cca789b8
115
*/
126
class PlayMVCHTTPRequestHeader extends RefType {
137
PlayMVCHTTPRequestHeader() { this.hasQualifiedName("play.mvc", "Http$RequestHeader") }
148
}
159

1610
/**
17-
<<<<<<< HEAD
1811
* Play Framework HTTPRequestHeader Methods - `headers`, `getQueryString`, `getHeader`
1912
*
2013
* Documentation: https://www.playframework.com/documentation/2.6.0/api/java/play/mvc/Http.RequestHeader.html
@@ -29,13 +22,4 @@ class PlayMVCHTTPRequestHeaderMethods extends Method {
2922
this.hasName("getQueryString") and result = this.getAReference()
3023
}
3124

32-
=======
33-
* Play Framework HTTP$RequestHeader Methods
34-
*
35-
* @description Gets the methods of play.mvc.HTTP$RequestHeader like - headers, getQueryString, getHeader, uri
36-
* (https://www.playframework.com/documentation/2.6.0/api/java/play/mvc/Http.RequestHeader.html)
37-
*/
38-
class PlayHTTPRequestHeaderMethods extends Method {
39-
PlayHTTPRequestHeaderMethods() { this.getDeclaringType() instanceof PlayMVCHTTPRequestHeader }
40-
>>>>>>> fa523e456f96493dcc08b819ad4bd620cca789b8
4125
}

0 commit comments

Comments
 (0)