OSDN Git Service

Add support libraries.
[worldopac/WorldOpac.git] / WorldOpac / src / de / geeksfactory / opacclient / apis / JapanClis.java
index 035104b..3a6eed3 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * Copyright (C) 2014 Naofumi Fukue
+ * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
@@ -55,12 +57,6 @@ import de.geeksfactory.opacclient.objects.SearchResult;
 import de.geeksfactory.opacclient.objects.SearchResult.MediaType;
 import de.geeksfactory.opacclient.storage.MetaDataSource;
 
-/**
- * @author Naofumi Fukue, Aug 31, 2014
- * 
- *         concat,
- */
-
 public class JapanClis extends BaseApi implements OpacApi {
 
        protected String opac_url = "";
@@ -91,6 +87,8 @@ public class JapanClis extends BaseApi implements OpacApi {
        protected static HashMap<String, MediaType> defaulttypes = new HashMap<String, MediaType>();
 
        static {
+               defaulttypes.put("一般", MediaType.BOOK);
+               defaulttypes.put("新書", MediaType.BOOK);
                defaulttypes.put("本", MediaType.BOOK);
                defaulttypes.put("図書", MediaType.BOOK);
                defaulttypes.put("図書資料", MediaType.BOOK);