Minor cleanup, use StringBuilder instead of StringBuffer
| | |
| | | * |
| | | * |
| | | * Copyright 2008-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2011 ForgeRock AS |
| | | * Portions copyright 2011-2012 ForgeRock AS |
| | | */ |
| | | package org.opends.server.replication.common; |
| | | |
| | |
| | | @Override |
| | | public String toString() |
| | | { |
| | | StringBuffer sb = new StringBuffer(); |
| | | StringBuilder sb = new StringBuilder(); |
| | | sb.append("\nDS id: "); |
| | | sb.append(dsId); |
| | | sb.append(" ; RS id: "); |
| | |
| | | * |
| | | * |
| | | * Copyright 2008-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2012 ForgeRock AS |
| | | */ |
| | | package org.opends.server.replication.common; |
| | | |
| | |
| | | @Override |
| | | public String toString() |
| | | { |
| | | StringBuffer sb = new StringBuffer(); |
| | | StringBuilder sb = new StringBuilder(); |
| | | sb.append("\nId: "); |
| | | sb.append(id); |
| | | sb.append(" ; Server URL: "); |