mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 15:35:44 +00:00
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…
x
Reference in New Issue
Block a user