aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs160/pr171953_2/test/ListFactoryConsumer.java
blob: 41747d9027b3d137c24fd61055fe12e026e6ae6d (plain)
1
2
3
4
5
6
package test;

public interface ListFactoryConsumer {

	ListFactory getListFactory();
}