summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/ReferenceFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceInternal/ReferenceFactory.java')
-rw-r--r--java/src/IceInternal/ReferenceFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceInternal/ReferenceFactory.java b/java/src/IceInternal/ReferenceFactory.java
index 9eadfb9a4f8..26472d92ba0 100644
--- a/java/src/IceInternal/ReferenceFactory.java
+++ b/java/src/IceInternal/ReferenceFactory.java
@@ -440,7 +440,7 @@ public final class ReferenceFactory
// For compatibility with the old FacetPath.
//
String[] facetPath = s.readStringSeq();
- String facet = null;
+ String facet = "";
if(facetPath.length > 0) // TODO: Throw an exception if facetPath has more than one element?
{
facet = facetPath[0];