Some small changes to method names

This commit is contained in:
Ziver Koc 2015-07-15 12:58:30 +00:00
parent 4ece2b0cd2
commit 1053713d15
13 changed files with 61 additions and 167 deletions

View file

@ -17,5 +17,5 @@ public interface WAService {
/**
* @return a array of configuration objects
*/
public WAConfiguration[] getConfigurations();
public WAServiceConfig[] getConfigurations();
}