Subversion Repository Public Repository

litesoft

Diff Revisions 801 vs 802 for /trunk/Java/InterModuleComm/InterModuleComm/src/InterModuleComm/HelloMessage.java

Diff revisions: vs.
  @@ -53,7 +53,7 @@
53 53 {
54 54 if ( (pHeader != null) && pHeader.startsWith( PREFIX ) )
55 55 {
56 - String zRest = trimLeadingSpaces( pHeader.substring( PREFIX.length() ) );
56 + String zRest = Strings.trimLeadingSpaces( pHeader.substring( PREFIX.length() ) );
57 57 int zSepAt = zRest.indexOf( Constants.SPECIAL_ID_SEP );
58 58 if ( zSepAt != -1 )
59 59 {