1 19 20 package org.netbeans.lib.cvsclient.response; 21 22 27 final class SpecialResponses { 28 29 39 public static final String SERVER_ABORTED = " [server aborted]: received termination signal"; 41 51 public static final String SERVER_ABORTED_2 = " [server aborted]: received broken pipe signal"; 53 54 64 public static final String SERVER_ABORTED_3 = " [checkout aborted]: end of file from server (consult above messages if any)"; } 66 | Popular Tags |