mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Fix Checkstyle errors
This commit is contained in:
parent
14a6c099d9
commit
2e98e1f61a
|
@ -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.
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user