Fix calculation of project size.
[jSite.git] / src / de / todesbaum / util / freenet / fcp2 / ClientPutDir.java
index e3396bd..386fe1d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * todesbaum-lib -
- * Copyright (C) 2006 David Roden
+ * jSite - ClientPutDir.java - Copyright © 2006–2012 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -71,6 +70,18 @@ public class ClientPutDir<C extends ClientPutDir<?>> extends ClientPut {
                        return name;
                }
 
+               //
+               // OBJECT METHODS
+               //
+
+               /**
+                * {@inheritDoc}
+                */
+               @Override
+               public String toString() {
+                       return name.substring(0, 1).toUpperCase() + name.substring(1);
+               }
+
        }
 
        /** The default file of the directory. */