Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd438d90

Browse files
author
zhourenjian
committed
Update comments
1 parent1aacc7a commitd438d90

File tree

10 files changed

+30
-42
lines changed

10 files changed

+30
-42
lines changed

‎sources/net.sf.j2s.java.core/.j2s‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Java2Script Configuration
2-
#SunFeb 04 02:16:50 CST 2007
2+
#SunMar 18 17:29:40 CST 2007
33
j2s.compiler.visitor=SWTScriptVisitor
44
j2s.abandoned.resources.list=
55
j2s.compiler.abbreviation=true

‎sources/net.sf.j2s.java.core/src/java/lang/Class.js‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
/******************************************************************************
2-
* Copyright (c)2005-2006 ognize.com and others.
2+
* Copyright (c)2007 java2script.org and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-v10.html
77
*
8-
* Web:
9-
* http://j2s.sourceforge.net/
10-
* http://sourceforge.net/projects/j2s/
118
* Contributors:
12-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1310
*****************************************************************************/
1411
/*******
1512
*@author zhou renjian

‎sources/net.sf.j2s.java.core/src/java/lang/ClassExt.js‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
/******************************************************************************
2-
* Copyright (c)2005-2006 ognize.com and others.
2+
* Copyright (c)2007 java2script.org and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-v10.html
77
*
8-
* Web:
9-
* http://j2s.sourceforge.net/
10-
* http://sourceforge.net/projects/j2s/
118
* Contributors:
12-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1310
*****************************************************************************/
1411
/*******
1512
*@author zhou renjian

‎sources/net.sf.j2s.java.core/src/java/lang/ClassLoader.js‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
/******************************************************************************
2-
* Copyright (c)2005-2006 ognize.com and others.
2+
* Copyright (c)2007 java2script.org and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-v10.html
77
*
8-
* Web:
9-
* http://j2s.sourceforge.net/
10-
* http://sourceforge.net/projects/j2s/
118
* Contributors:
12-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1310
*****************************************************************************/
1411
/*******
1512
*@author zhou renjian

‎sources/net.sf.j2s.java.core/src/java/lang/ClassLoaderProgressMonitor.js‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
/******************************************************************************
2-
* Copyright (c)2005-2007ognize.com and others.
2+
* Copyright (c) 2007java2script.org and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-v10.html
77
*
8-
* Web:
9-
* http://j2s.sourceforge.net/
10-
* http://sourceforge.net/projects/j2s/
118
* Contributors:
12-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1310
*****************************************************************************/
1411
/*******
1512
*@author zhou renjian

‎sources/net.sf.j2s.java.core/src/java/lang/Console.js‎

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
/*******
2-
* Copyright ognize.com (2005).
1+
/******************************************************************************
2+
* Copyright (c) 2007 java2script.org and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
37
*
4-
*@author josson smith
8+
* Contributors:
9+
* Zhou Renjian - initial API and implementation
10+
*****************************************************************************/
11+
/*******
12+
*@author zhou renjian
513
*@create Nov 5, 2005
614
*******/
715

‎sources/net.sf.j2s.java.core/src/java/lang/Thread.java‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
packagejava.lang;
1513

1614
importjava.util.Date;
1715

1816
/**
19-
* @authorjosson smith
17+
* @authorzhou renjian
2018
*
2119
* 2006-5-5
2220
*/

‎sources/net.sf.j2s.java.core/src/java/lang/ThreadGroup.java‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
packagejava.lang;
1513

1614
/**
17-
* @authorjosson smith
15+
* @authorzhou renjian
1816
*
1917
* 2006-5-5
2018
*/

‎sources/net.sf.j2s.java.core/src/java/text/MessageFormat.java‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
packagejava.text;

‎sources/net.sf.j2s.java.core/src/java/util/ResourceBundle.java‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
*ognize.com - initial API and implementation
9+
*Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
packagejava.util;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp