Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
f8575098
Commit
f8575098
authored
Mar 01, 2003
by
Tom Tromey
Committed by
Tom Tromey
Mar 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java/rmi/registry/RegistryHandler.java: Deprecate.
From-SVN: r63630
parent
1a8fc8a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
libjava/ChangeLog
+4
-0
libjava/java/rmi/registry/RegistryHandler.java
+7
-1
No files found.
libjava/ChangeLog
View file @
f8575098
2003
-
03
-
01
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
java
/
rmi
/
registry
/
RegistryHandler
.
java
:
Deprecate
.
2003
-
03
-
01
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
javax
/
accessibility
/
AccessibleEditableText
.
java
,
javax
/
accessibility
/
AccessibleHyperlink
.
java
:
New
versions
from
Classpath
.
...
...
libjava/java/rmi/registry/RegistryHandler.java
View file @
f8575098
/*
Copyright (c) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
Copyright (c) 1996, 1997, 1998, 1999
, 2003
Free Software Foundation, Inc.
This file is part of GNU Classpath.
...
...
@@ -40,10 +40,16 @@ package java.rmi.registry;
import
java.rmi.RemoteException
;
import
java.rmi.UnknownHostException
;
/**
* An internal interface that should no longer be used.
* @deprecated
*/
public
interface
RegistryHandler
{
/** @deprecated */
public
Registry
registryStub
(
String
host
,
int
port
)
throws
RemoteException
,
UnknownHostException
;
/** @deprecated */
public
Registry
registryImpl
(
int
port
)
throws
RemoteException
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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