Netbeans doesn't like the @Override really...

git-svn-id: svn://svn.code.sf.net/p/wiigee/code/trunk@76 c7eff9ee-dd40-0410-8832-91a4d88773cf
This commit is contained in:
bepo23
2009-06-02 14:45:20 +00:00
parent aae6e8a979
commit 8f5d40e061
4 changed files with 688 additions and 690 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
build.xml.data.CRC32=a8056d46
build.xml.script.CRC32=3a7a628a
build.xml.stylesheet.CRC32=958a1d3e
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=afb4810b
nbproject/build-impl.xml.script.CRC32=eed6b88e
nbproject/build-impl.xml.stylesheet.CRC32=65b8de21
build.xml.data.CRC32=a8056d46
build.xml.script.CRC32=3a7a628a
build.xml.stylesheet.CRC32=958a1d3e
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=afb4810b
nbproject/build-impl.xml.script.CRC32=eed6b88e
nbproject/build-impl.xml.stylesheet.CRC32=65b8de21

View File

@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.java.j2seproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>wiigee-lib</name>
<minimum-ant-version>1.6.5</minimum-ant-version>
<source-roots>
<root id="src.dir"/>
</source-roots>
<test-roots>
<root id="test.src.dir"/>
</test-roots>
</data>
<libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
<definitions>lib/nblibraries.properties</definitions>
</libraries>
</configuration>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.java.j2seproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>wiigee-lib</name>
<minimum-ant-version>1.6.5</minimum-ant-version>
<source-roots>
<root id="src.dir"/>
</source-roots>
<test-roots>
<root id="test.src.dir"/>
</test-roots>
</data>
<libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
<definitions>lib/nblibraries.properties</definitions>
</libraries>
</configuration>
</project>

View File

@@ -48,7 +48,6 @@ public class AndroidDevice extends Device implements SensorListener {
}
@Override
public void onSensorChanged(int sensor, float[] values) {
if (this.accelerationEnabled() && sensor == SensorManager.SENSOR_ACCELEROMETER) {
@@ -72,7 +71,6 @@ public class AndroidDevice extends Device implements SensorListener {
}
}
@Override
public void onAccuracyChanged(int arg0, int arg1) {
// TODO
}