mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-04-30 00:00:01 -04:00
Some minor clean-up.
Added package info to support packages.
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides helper classes for service provider implementations.
|
||||
*/
|
||||
package com.twelvemonkeys.imageio.spi;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides various additional stream implementations.
|
||||
*/
|
||||
package com.twelvemonkeys.imageio.stream;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides various common utilities for reading and writing images.
|
||||
*/
|
||||
package com.twelvemonkeys.imageio.util;
|
||||
Reference in New Issue
Block a user