Fix Checkstyle errors

This commit is contained in:
Junji Takakura 2015-01-24 21:56:29 +09:00
parent 14a6c099d9
commit 2e98e1f61a
4 changed files with 42 additions and 42 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2015 Alexey Andreev. * Copyright 2014 Alexey Andreev.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2015 Alexey Andreev. * Copyright 2014 Alexey Andreev.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -15,7 +15,6 @@
*/ */
package org.teavm.dom.html; package org.teavm.dom.html;
import org.teavm.dom.media.VideoTrackList;
import java.util.Date; import java.util.Date;
import org.teavm.dom.media.AudioTrackList; import org.teavm.dom.media.AudioTrackList;
import org.teavm.dom.media.MediaController; import org.teavm.dom.media.MediaController;
@ -23,6 +22,7 @@ import org.teavm.dom.media.MediaError;
import org.teavm.dom.media.TextTrack; import org.teavm.dom.media.TextTrack;
import org.teavm.dom.media.TextTrackList; import org.teavm.dom.media.TextTrackList;
import org.teavm.dom.media.TimeRanges; import org.teavm.dom.media.TimeRanges;
import org.teavm.dom.media.VideoTrackList;
import org.teavm.jso.JSProperty; import org.teavm.jso.JSProperty;
/** /**

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2015 Alexey Andreev. * Copyright 2014 Alexey Andreev.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2015 Alexey Andreev. * Copyright 2014 Alexey Andreev.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.