removing warnings

This commit is contained in:
Mark Fisher
2011-07-15 11:50:53 -04:00
parent 8cfd7d5a75
commit 9cd0871739

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2010 the original author or authors
* Copyright 2002-2011 the original author or authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@ package org.springframework.integration.twitter.core;
import java.util.LinkedList;
import java.util.List;
import java.util.Properties;
import org.springframework.util.Assert;
@@ -31,8 +30,6 @@ import twitter4j.Status;
import twitter4j.StatusUpdate;
import twitter4j.Twitter;
import twitter4j.TwitterFactory;
import twitter4j.conf.Configuration;
import twitter4j.conf.PropertyConfiguration;
import twitter4j.http.AccessToken;
/**