|
|
@@ -1,7 +1,7 @@ |
|
|
|
/* |
|
|
|
* The Apache Software License, Version 1.1 |
|
|
|
* |
|
|
|
* Copyright (c) 2000,2002 The Apache Software Foundation. All rights |
|
|
|
* Copyright (c) 2000,2002-2003 The Apache Software Foundation. All rights |
|
|
|
* reserved. |
|
|
|
* |
|
|
|
* Redistribution and use in source and binary forms, with or without |
|
|
@@ -123,7 +123,7 @@ public class KeySubst extends Task { |
|
|
|
// ignore |
|
|
|
} |
|
|
|
} |
|
|
|
if (bw != null) { |
|
|
|
if (br != null) { |
|
|
|
try { |
|
|
|
br.close(); |
|
|
|
} catch (IOException e) { |
|
|
|