Shortening too long line
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:57:16 +0200
changeset 145752f03d31c97
parent 144 cef9a41a770a
child 146 afad3bdb7bce
Shortening too long line
samples/individualsamples/test/org/apidesign/samples/FileSystemLikeTCK.java
     1.1 --- a/samples/individualsamples/test/org/apidesign/samples/FileSystemLikeTCK.java	Sat Jun 14 09:57:15 2008 +0200
     1.2 +++ b/samples/individualsamples/test/org/apidesign/samples/FileSystemLikeTCK.java	Sat Jun 14 09:57:16 2008 +0200
     1.3 @@ -43,7 +43,9 @@
     1.4          protected void destroyFileSystem(String testName) throws IOException {
     1.5          }
     1.6  
     1.7 -        protected FileSystem createFileSystem(String testName, String[] resources) throws Exception {
     1.8 +        protected FileSystem createFileSystem(
     1.9 +            String testName, String[] resources
    1.10 +        ) throws Exception {
    1.11              JarFileSystem fs = new JarFileSystem();
    1.12              fs.setJarFile(createJarFile(testName, resources));
    1.13              return fs;