vishal43it / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

which version of jdk is used in socialauth? #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

i get error in following lines.

error: incompatible types
required : java.util.Map.entry<java.lang.String,java.lang.String[]>
found :java.lang.Object

 for (Map.Entry<String, String[]> entry : request.getParameterMap().entrySet()) {
.....

Please help

Original issue reported on code.google.com by antoal...@gmail.com on 28 Feb 2012 at 7:53

GoogleCodeExporter commented 9 years ago
jdk6 is required for socialauth.

Regards
Tarun

Original comment by tar...@brickred.com on 29 Feb 2012 at 10:23