Here you can find the source of getProductsFromString(List
public static List<String> getProductsFromString(List<String> projects)
//package com.java2s; // The contents of this file are subject to the Mozilla Public License import java.util.List; public class Main { public static List<String> getProductsFromString(List<String> projects) { return projects; }/*from w w w. j a v a 2s . c o m*/ }