Browse Source

exposing the internal class for testing

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273624 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 22 years ago
parent
commit
063e02e940
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/util/WeakishReference.java

+ 1
- 1
src/main/org/apache/tools/ant/util/WeakishReference.java View File

@@ -123,7 +123,7 @@ public abstract class WeakishReference {
/**
* A hard reference for Java 1.1
*/
private static class HardReference extends WeakishReference {
public static class HardReference extends WeakishReference {
private Object object;

/**


Loading…
Cancel
Save