Change copyright notice
[pithos-web-client] / src / gr / grnet / pithos / web / client / Configuration.java
index f004674..3342c80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2012 GRNET S.A. All rights reserved.
+ * Copyright 2011-2013 GRNET S.A. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or
  * without modification, are permitted provided that the following
@@ -56,12 +56,6 @@ public interface Configuration extends Constants {
        @DefaultStringValue("/v1/")
        String apiPath();
 
-       /**
-        * @return the version string
-        */
-       @DefaultStringValue("")
-       String version();
-
        @DefaultStringValue("X-Auth-Token")
        String authTokenCookie();