tema16 / tt4j

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

error occurring while using sample code "method asList(String[]) is undefined for the type tagging" #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.where tagging is my class under which i am usin the given code
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
windows 7, v2.1
Please provide any additional information below.

Original issue reported on code.google.com by apekshag...@gmail.com on 28 Oct 2011 at 6:55

GoogleCodeExporter commented 9 years ago
sry version is 1.0.12

Original comment by apekshag...@gmail.com on 28 Oct 2011 at 7:14

GoogleCodeExporter commented 9 years ago
You have to add a static import:

import static java.util.Arrays.asList()

I have updated the example accordingly.

Original comment by richard.eckart on 29 Oct 2011 at 10:32