Fix inconsistent indents

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1661912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2015-02-24 12:11:34 +00:00
parent 970d7d7c18
commit 42d9b31296
1 changed files with 234 additions and 235 deletions

View File

@ -126,8 +126,7 @@ public final class TestXWPFDocument extends TestCase {
assertEquals(5, doc.getParagraphs().size());
}
public void testAddPicture() throws IOException, InvalidFormatException
{
public void testAddPicture() throws IOException, InvalidFormatException {
XWPFDocument doc = XWPFTestDataSamples.openSampleDocument("sample.docx");
byte[] jpeg = XWPFTestDataSamples.getImage("nature1.jpg");
String relationId = doc.addPictureData(jpeg,XWPFDocument.PICTURE_TYPE_JPEG);