Author: brane
Date: Sun May 10 06:02:39 2026
New Revision: 1934022
Log:
On the javahl-1.15 branch: Fix another indentation change.
* subversion/bindings/javahl/tests/org/apache/subversion/javahl/ExceptionTests.java
(ExceptionTests.testListCallback): Fix indentation, no functional change.
Modified:
subversion/branches/javahl-1.15/subversion/bindings/javahl/tests/org/apache/subversion/javahl/ExceptionTests.java
Modified: subversion/branches/javahl-1.15/subversion/bindings/javahl/tests/org/apache/subversion/javahl/ExceptionTests.java
==============================================================================
--- subversion/branches/javahl-1.15/subversion/bindings/javahl/tests/org/apache/subversion/javahl/ExceptionTests.java Sun May 10 05:47:56 2026 (r1934021)
+++ subversion/branches/javahl-1.15/subversion/bindings/javahl/tests/org/apache/subversion/javahl/ExceptionTests.java Sun May 10 06:02:39 2026 (r1934022)
@@ -172,17 +172,17 @@ public class ExceptionTests extends SVNT
// Test status of non-existent file
try
{
- client.list(thisTest.getWorkingCopy() + "/A", null, null, null,
- Depth.immediates, 7, false, false,
- new ListItemCallback()
- {
- public void doEntry(DirEntry dirent, Lock lock,
- String externalParentURL,
- String externalTarget)
- {
- throw new TestException("inner", theException);
- }
- });
+ client.list(thisTest.getWorkingCopy() + "/A", null, null, null,
+ Depth.immediates, 7, false, false,
+ new ListItemCallback()
+ {
+ public void doEntry(DirEntry dirent, Lock lock,
+ String externalParentURL,
+ String externalTarget)
+ {
+ throw new TestException("inner", theException);
+ }
+ });
}
catch (ClientException e)
{
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.