Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
nfs4j
Commits
52c55a33
Commit
52c55a33
authored
Dec 20, 2011
by
Tigran Mkrtchyan
☕
Browse files
junit: fix dependency on java7
parent
b26f677f
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/org/dcache/chimera/nfs/v4/CompoundContextBuilder.java
View file @
52c55a33
...
...
@@ -41,12 +41,12 @@ public class CompoundContextBuilder {
@Override
public
InetSocketAddress
getLocalSocketAddress
()
{
return
new
InetSocketAddress
(
InetAddress
.
getLoopbackAddress
(),
2049
);
return
new
InetSocketAddress
(
2049
);
}
@Override
public
InetSocketAddress
getRemoteSocketAddress
()
{
return
new
InetSocketAddress
(
InetAddress
.
getLoopbackAddress
(),
7777
);
return
new
InetSocketAddress
(
7777
);
}
@Override
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment