X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fcommons%2Fstring%2FString2.java;h=45c6cd0e8198f4ba937991e64a806e9e6f9d94ae;hp=b19e99a74e997c13e9138c4d498b1470e092fea7;hb=846af2def5b489670668b978e4ea703c8dfb22b6;hpb=2be5dfa0314f834b3a5b759e204f2716f87df744 diff --git a/src/main/java/eu/svjatoslav/commons/string/String2.java b/src/main/java/eu/svjatoslav/commons/string/String2.java index b19e99a..45c6cd0 100755 --- a/src/main/java/eu/svjatoslav/commons/string/String2.java +++ b/src/main/java/eu/svjatoslav/commons/string/String2.java @@ -1,7 +1,7 @@ /* * Svjatoslav Commons - shared library of common functionality. * Copyright ©2012-2014, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 3 of the GNU Lesser General Public License * or later as published by the Free Software Foundation. @@ -36,8 +36,11 @@ public class String2 { } /** - * Cut given amount of characters from the left of the string. Return cutted - * part. + * Cut given amount of characters from the left of the string. + * + * @param cutAmount + * of characters to cut + * @return cutted part. */ public String cutLeft(final int cutAmount) {