Revision 39a92f5c src/gr/grnet/pithos/web/client/Pithos.java

b/src/gr/grnet/pithos/web/client/Pithos.java
590 590
        Window.Location.assign(otherProperties.get("loginUrl") + Window.Location.getHref());
591 591
	}
592 592

  
593
	protected void fetchAccount(final Command callback) {
593
	public void fetchAccount(final Command callback) {
594 594
        String path = "?format=json";
595 595

  
596 596
        GetRequest<AccountResource> getAccount = new GetRequest<AccountResource>(AccountResource.class, getApiPath(), username, path) {

Also available in: Unified diff