mirror of https://github.com/apache/jclouds.git
Housekeeping: removed a public modifier from an interface method since they're public by default.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2594 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
a22143a27d
commit
bf272b3df0
|
@ -79,6 +79,6 @@ public interface Logger {
|
|||
*
|
||||
*/
|
||||
public static interface LoggerFactory {
|
||||
public Logger getLogger(String category);
|
||||
Logger getLogger(String category);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue