Subversion Repositories Projects

Rev

Rev 1540 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1540 Rev 1698
Line 87... Line 87...
87
        public void setHardwareErrors(int[] hardwareErrors) {
87
        public void setHardwareErrors(int[] hardwareErrors) {
88
                this.hardwareErrors= hardwareErrors;
88
                this.hardwareErrors= hardwareErrors;
89
        }
89
        }
Line 90... Line 90...
90
       
90
       
-
 
91
        public String toString() {
91
        public String toString() {
92
                StringBuilder result = new StringBuilder();
-
 
93
                result.append("SW=" + SWMajor + "." + SWMinor + "." + SWPatch + ", protocol=" + protoMajor + "." + protoMinor);
92
                return getClass().getSimpleName() + ": SWMajor=" + SWMajor + ", SWMinor=" + SWMinor + ", SWPatch=" + SWPatch + ", protocolMajor="+protoMajor + ", protocolMinor=" + protoMinor;
94
                result.append();
93
        }
95
        }