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
4716418f
Commit
4716418f
authored
Nov 21, 2003
by
Mark Wielaard
Committed by
Mark Wielaard
Nov 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java/lang/Float.java (static): Removed.
From-SVN: r73805
parent
23a44080
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
14 deletions
+5
-14
libjava/ChangeLog
+4
-0
libjava/java/lang/Float.java
+1
-14
No files found.
libjava/ChangeLog
View file @
4716418f
2003
-
11
-
21
Mark
Wielaard
<
mark
@
klomp
.
org
>
*
java
/
lang
/
Float
.
java
(
static
):
Removed
.
2003
-
11
-
18
Graydon
Hoare
<
graydon
@
redhat
.
com
>
*
java
/
awt
/
font
/
TextLayout
.
java
:
Implement
simple
layouts
...
...
libjava/java/lang/Float.java
View file @
4716418f
/* Float.java -- object wrapper for float
Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 1998, 1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
This file is part of GNU Classpath.
...
...
@@ -38,8 +38,6 @@ exception statement from your version. */
package
java
.
lang
;
import
gnu.classpath.Configuration
;
/**
* Instances of class <code>Float</code> represent primitive
* <code>float</code> values.
...
...
@@ -102,17 +100,6 @@ public final class Float extends Number implements Comparable
private
final
float
value
;
/**
* Load native routines necessary for this class.
*/
static
{
if
(
Configuration
.
INIT_LOAD_LIBRARY
)
{
System
.
loadLibrary
(
"javalang"
);
}
}
/**
* Create a <code>Float</code> from the primitive <code>float</code>
* specified.
*
...
...
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